wofsauge/IsaacDocs

Use decompiled variable names to check for deleted functions

Closed this issue · 1 comments

There seem to be some functions like GetMultiShotPositionVelocity that got deleted with an update. We need to check the currently documented functions with the available decompiled variable names in order to find possible deleted functions

This feature got added with a separate tool now. It uses a mod to grab all exposed api features and compares that output with the currently documented features.