WeaselGames / godot_luaAPI

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

Support __pairs metamethod in getVariant #201

Open KevBruner opened 4 months ago

KevBruner commented 4 months ago

LuaState::getVariant would produce incorrect results when getting a table that has a __pairs metamethod.

ilyas-taouaou commented 4 months ago

Hey, can you please include a minimal reproduction project?