You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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. Here is one in love.audio.
How I can fix it? It doesn't affect the game but takes up space.
The text was updated successfully, but these errors were encountered:
miyucomics
changed the title
Generated files have errors within them, according to EmmyLua.
According to EmmyLua, API files have warnings in them.
May 7, 2021
maybe you can try changing the lines into the following?
---@param fx number @Forward vector of the listener orientation.
---@param fy number @Forward vector of the listener orientation.
---@param fz number @Forward vector of the listener orientation.
---@param ux number @Up vector of the listener orentation.
---@param uy number @Up vector of the listener orentation.
---@param uz number @Up vector of the listener orentation.
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
, andlove.filesystem
have warnings in them. Here is one inlove.audio
.How I can fix it? It doesn't affect the game but takes up space.
The text was updated successfully, but these errors were encountered: