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