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
Perhaps this is already possible, but I couldn't figure out how to do it--I'm writing code that uses love2d, and I know (for instance) that a love.graphics.line function exists which takes x1, y1, x2, y2. Is there a way for me to provide this data to luainspect so it doesn't flag my calls to this function as "unknown field"?
The text was updated successfully, but these errors were encountered:
Perhaps this is already possible, but I couldn't figure out how to do it--I'm writing code that uses love2d, and I know (for instance) that a
love.graphics.line
function exists which takesx1, y1, x2, y2
. Is there a way for me to provide this data to luainspect so it doesn't flag my calls to this function as "unknown field"?The text was updated successfully, but these errors were encountered: