|
API Documentation
|
|
|
static nkScripts::OutputValue getData(const nkScripts::DataStack &stack)
Defines an environment in which scripts can execute.
Definition: Environment.h:14
static void updateEnvironment(nkScripts::Environment *env, nkMemory::StringView typeName, nkMemory::StringView typeNameUserObject="")
A view over data.
Definition: BufferView.h:18
static nkScripts::OutputValue constructor(const nkScripts::DataStack &stack)
static nkScripts::OutputValue getSize(const nkScripts::DataStack &stack)
A function parameter, used within the stack of arguments.
Definition: FunctionParameter.h:25
static void destructor(void *toDestroy)
Class holding information about a string, with no ownership over the data.
Definition: StringView.h:22
Wraps a nkMemory::BufferCast<T> and offers functions for use in scripting.
Definition: BufferCastWrapper.h:16
Encompasses the wrapping of nkMemory for scripting.
Definition: Constants.h:7