Skip to content

Lua API improvements

Compare
Choose a tag to compare
@maximegmd maximegmd released this 22 Dec 16:25
· 1294 commits to master since this release
  • Removed CreateHandle, they are implicitly created now.
  • CreateSingletonHandle becomes GetSingleton.
  • Added support for Weak Handles.
  • Fixed bug when passing a Quaternion to a function.
  • Functions are now member functions meaning you call player:IsNaked() and not player.IsNaked(), the latter will crash the game.
  • Fixed autoexec.lua not running when starting the game from the launcher.