Closed xordspar0 closed 6 years ago
cc: @technomancy
I will take this into account for the generator I have (https://github.com/Positive07/luacheck-love) so that when the LÖVE API (https://github.com/love2d-community/love-api) updates to 11.x the PR includes this changes (or maybe love.handlers is already added to love-api which would be even better. Thank you 👍
There's an open issue for this: love2d-community/love-api#57
For the "love" standard, luacheck is missing a global table:
love.handlers
. It is readable and writable, as it is available for defining functions likelove.handlers.myEvent
.Documentation: