Emmy-love-api
Emmy-love-api copied to clipboard
LÖVE2D API
Hi there. I'm trying to use Intellij IDEA as a code editor. I was able to generate the api files but when I follow the instructions and put the api...
I encountered this error message when issuing the command "lua genEmmyAPI.lua": ``` lua: genEmmyAPI.lua:118: attempt to concatenate a nil value (field 'name') stack traceback: genEmmyAPI.lua:118: in upvalue 'genModule' genEmmyAPI.lua:136: in...
## What is this This is a fork that basically rewrite the entire API generation, and I have also documented some [known limitations](https://github.com/26F-Studio/Emmy-love-api/issues). This rewrite specifically targets [the Lua language...
I just imported the API files into my game, and the autocomplete is working incredibly. This is a small problem, but `love.audio`, `love.data`, `love.event`, and `love.filesystem` have warnings in them....
For anyone who uses this script for latest love-api, the class declaration may have no parent. https://github.com/EmmyLua/Emmy-love-api/blob/f9b185591677788ab0b133340a3783591c070971/genEmmyAPI.lua#L74-L75 Changing that line to this ```lua if type.supertypes and type.supertypes[1] then code =...
The API love.keypressed isn't generated when using your script. I can only find references to the API in descriptions but not to the API itself thus it's not part of...
I have coc.nvim working with lua, how do I add the love2d API libraries? I've read the coc.nvim docs specifically how to add a custom library. But which files of...
This isn't an "issue" per-se, but I ended up fixing this script to generate the LÖVE API autocomplete for modern [EmmyLua](https://github.com/EmmyLuaLs/emmylua-analyzer-rust). The repository is here: https://github.com/NyakoFox/EmmyLuaLOVEGenerator The changelog is in...