|
MayaFlux 0.4.0
Digital-First Multimedia Processing Framework
|
| MAYAFLUX_HOST_API bool MayaFlux::Host::Live::lila_eval | ( | const std::string & | code | ) |
Evaluate a code snippet in the Lila interpreter.
Can be called after start_lila() to pre-warm the JIT state, e.g. to include community module headers before clients connect.
| code | C++ code to evaluate, e.g. "#include \"Dust.hpp\"" |
Definition at line 153 of file Runtime.cpp.
Referenced by lila_add_header().
Here is the caller graph for this function: