Emmy-love-api icon indicating copy to clipboard operation
Emmy-love-api copied to clipboard

According to EmmyLua, API files have warnings in them.

Open miyucomics opened this issue 3 years ago • 1 comments

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.

image

How I can fix it? It doesn't affect the game but takes up space.

miyucomics avatar May 06 '21 01:05 miyucomics

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.

ImpleLee avatar Jul 05 '21 12:07 ImpleLee