-
Notifications
You must be signed in to change notification settings - Fork 4
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Add new EFI features to the typescript definition file #4
Comments
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 |
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 |
about that........... 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. |
Is there any way I can still make ts mods with the new API? |
yes, you just wont get autocomplete features |
typescript mods are better for organization as you can have stuff in different files :3 thats why I would recommend using it over just writing a .js file |
|
ye that's why want to try it :3 |
pretty sure that would work too |
try it out |
a bunch of new EFI features need to be added to the definition file so it can properly use intellisense
The text was updated successfully, but these errors were encountered: