Skip to main content

Candera Scripting

Script Events

This versions adds support for script events. Script events can be sent and received by both Lua scripts and native code.


Candera Object References in Scripts

This versions adds support for referencing Candera objects in scripts. These object references are aware about the lifetime of the objects they reference without interfering with them. They can be passed from native code to scripts and vice versa, as well as dereferenced to call object specific methods in Lua.


Lua Animation Functions

This versions adds support for animations in Lua scripts.