WeaselGames / godot_luaAPI

Godot LuaAPI
https://luaapi.weaselgames.info
Other
361 stars 27 forks source link

getVariant no longer requires api ref #142

Closed Trey2k closed 1 year ago

Trey2k commented 1 year ago

This should result in some small performance improvements as we avoid pulling the api ref from the state unless needed now. This PR also adds support to move a lua funcref from one state to another.