Emmy-love-api
Emmy-love-api copied to clipboard
According to EmmyLua, API files have warnings in them.
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.
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.