WeaselGames / godot_luaAPI

Godot LuaAPI
https://luaapi.weaselgames.info
Other
371 stars 28 forks source link

Remove confusing argc behavior #84

Closed Trey2k closed 1 year ago

Trey2k commented 1 year ago

Previously the argc property of LuaCallableExtra expected the LuaTuple to be counted but not the LuaAPI reference. Instead now neither are counted and arc is to be used for additional arguments only. Hopefully this helps remove some confusion.

Changes: