Open OtterCodes101 opened 16 hours ago
oh we also need to update the API docs iirc
nvm the docs are in the EFI repo but it'd still be helpful to link them there
or we could just move those to eaglerforge.github.io
or we could just move those to eaglerforge.github.io
I agree
yeah i think it'd be better to have the docs just at eaglerforge.github.io
we should also add descriptions to the d.ts documentation
a bunch of new EFI features need to be added to the definition file so it can properly use intellisense
about that........... EFI's structure is a little bit different from legacy EaglerForge, as instead of having code to manually expose each property, its all based on directly interfacing with eaglercraft at runtime. we'd pretty much need to convert all of minecraft into a .d.ts file (which I've got no clue how to use)
After I'm done doing custom meshes and whatnot I can try writing a script to traverse the modapi object and generate a .d.ts from it, but it's still not gonna be fun.
a bunch of new EFI features need to be added to the definition file so it can properly use intellisense