Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

According to EmmyLua, API files have warnings in them. #13

Open
miyucomics opened this issue May 6, 2021 · 1 comment
Open

According to EmmyLua, API files have warnings in them. #13

miyucomics opened this issue May 6, 2021 · 1 comment

Comments

@miyucomics
Copy link

miyucomics commented May 6, 2021

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 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
@ImpleLee
Copy link

ImpleLee commented Jul 5, 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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants