Scripting API.
More...
Scripting API.
Allows calling scripting language functions and allows them to call into framework functions.
- See also
- https://racenis.github.io/tram-sdk/documentation/framework/script.html
◆ CallFunction()
◆ Evaluate()
value_t tram::Script::Evaluate |
( |
const char * |
code | ) |
|
◆ GetGlobal()
◆ Init()
void tram::Script::Init |
( |
| ) |
|
◆ LoadScript()
void tram::Script::LoadScript |
( |
const char * |
path | ) |
|
◆ SetFunction()
◆ SetGlobal()
◆ SetInterface()
void tram::Script::SetInterface |
( |
Interface * |
new_language | ) |
|