# Candera Scripting

#### Script Events

This versions adds support for script events. Script events can be sent and received by both [Lua scripts](http://dev.doc.cgistudio.at/APILINK/group___lua_scripting_events.html) and [native code](http://dev.doc.cgistudio.at/APILINK/group___scripting_events.html).

<div class="contents" id="bkmrk-"><div class="contents"><div class="textblock">---

</div></div></div>#### 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.

<div class="contents" id="bkmrk--0"><div class="contents"><div class="textblock">---

</div></div></div>#### Lua Animation Functions

This versions adds support for [animations](http://dev.doc.cgistudio.at/APILINK/group___lua_binding_animation.html) in Lua scripts.

---