Skip to content
This repository has been archived by the owner on Dec 29, 2024. It is now read-only.

v2.1-beta4

Pre-release
Pre-release
Compare
Choose a tag to compare
@Trey2k Trey2k released this 16 Jul 16:10
· 32 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.