Skip to content

Lua API improvements

Choose a tag to compare

@maximegmd maximegmd released this 22 Dec 00:34

Added #192
Also now CreateHandle doesn't take a string, it just takes the object:

player = CreateHandle(Game.GetPlayer())
print(player.GetClassName())

Lua now supports Bool, Quaternion, String, CName, Strong Handle, Int32, Float