Wraps a nkTasks::Scheduler and offers functions for use in scripting. More...
Static Public Member Functions | |
static void | updateEnvironment (nkScripts::Environment *env) |
static nkScripts::OutputValue | call (const nkScripts::DataStack &stack) |
Wraps a nkTasks::Scheduler and offers functions for use in scripting.
Currently WIP.
|
static |
Updates a given environment and set it up to use all functions wrapped by this wrapper.
env | The environment to set up. |
|
static |
Currently WIP.
stack | The parameter stack. |