|
API Documentation
|
|
|
Wraps a nkAstraeus::lua::nkTasksWrap::LuaThread and offers functions for use in scripting.
Definition: ThreadWrapper.h:12
Encompasses the wrapping of nkTasks for scripting.
Definition: Constants.h:7
Defines an environment in which scripts can execute.
Definition: Environment.h:14
static nkScripts::OutputValue addTask(const nkScripts::DataStack &stack)
static nkScripts::OutputValue runScript(const nkScripts::DataStack &stack)
static nkScripts::OutputValue askAbortAndJoin(const nkScripts::DataStack &stack)
A view over data.
Definition: BufferView.h:18
static void destructor(void *toDestroy)
static nkScripts::OutputValue askAbort(const nkScripts::DataStack &stack)
static nkScripts::OutputValue run(const nkScripts::DataStack &stack)
A function parameter, used within the stack of arguments.
Definition: FunctionParameter.h:25
Responsible for logging all messages from the component. By registering a nkLog::Logger inside,...
Definition: LogManager.h:13
static nkScripts::OutputValue releaseTaskRef(const nkScripts::DataStack &stack)
static void updateEnvironment(nkScripts::Environment *env, LogManager *targetLogManager)
static void * constructor(LogManager *logManager, const nkScripts::DataStack &stack)
static nkScripts::OutputValue join(const nkScripts::DataStack &stack)