This commit is contained in:
KiD Fearless 2019-07-15 20:52:48 -06:00
commit cac0849874

View File

@ -25,5 +25,7 @@ Stripper Dump Parser is a mostly extension free alternative to slidybat's [Outpu
### Limitations ### Limitations
- Cannot retrieve outputs from an entity that are given at run time. - Cannot retrieve outputs from an entity that are given at run time.
- Calling the OutputInfo stocks are probably very slow and not recommended - Calling the OutputInfo stocks are probably slow and not recommended
- Cannot pass enumstructs directly through natives, so they are passed through an ArrayList instead.
### ToDo
- Parse entities from `OnLevelInit` instead of using 3rd party extensions/plugins.