subsoap / defos

Extra native OS functions for games written using the Defold game engine
Creative Commons Zero v1.0 Universal
121 stars 16 forks source link

Create defos.script_api #137

Open padreputativo opened 3 months ago

padreputativo commented 3 months ago

It resolves the issue of the warnings that appear in the linter due to not finding the extension globally, but it doesn't fix the display of the complete list of functions. Many thanks to Magna for the help.

britzl commented 3 months ago

Nice! Is the intention to add all of the api functions?

padreputativo commented 3 months ago

I preferred not to do it because I didn't have the exact list with the specific names of all the functions, and I also didn't know how to obtain it. I tried getting an AI to do it (since it's a repetitive task), but I wasn't successful, so I decided to leave it as is because it served the purpose of preventing errors. I didn't want to delete the identified function so it could serve as an example if someone knew how to complete the list.