ref:lua_frame

LuaFrame

Access to writing data for scone Analysis window.

Function Description
void set_value(LuaString key, sol::optional< LuaNumber > value) set a numeric value for channel named key (is ignored when nil)
void set_vec3(LuaString key, LuaVec3 *pv) set a numeric value for channel named key
void set_bool(LuaString key, bool b) set a boolean (true or false) value for channel named key
LuaNumber time() get time of current frame

Converted from doxygen using dokugen