Skip to content

v2.1-beta4

Pre-release
Pre-release
Compare
Choose a tag to compare
@Trey2k Trey2k released this 16 Jul 16:10
· 31 commits to main since this release

⚠️ This release of LuaAPI is for godot version 4.1.x

What's Changed

  • Fixed some return types to allow for mono glue generation.
  • The LuaAPI class memory usage, and limit are now uint64's rather then just a signed int32.
  • __index and __newindex now do not force the String type as the index, as this could in theory be any type.