Lua API improvements
- Removed CreateHandle, they are implicitly created now.
CreateSingletonHandle
becomesGetSingleton
.- 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 notplayer.IsNaked()
, the latter will crash the game. - Fixed autoexec.lua not running when starting the game from the launcher.