|
API Documentation
|
|
|
Defines an environment in which scripts can execute.
Definition: Environment.h:14
static nkScripts::OutputValue getEntity(const nkScripts::DataStack &stack)
A view over data.
Definition: BufferView.h:18
static nkScripts::OutputValue clearQueue(const nkScripts::DataStack &stack)
static nkScripts::OutputValue addEntity(const nkScripts::DataStack &stack)
static void updateEnvironment(nkScripts::Environment *env)
static nkScripts::OutputValue getEntityCount(const nkScripts::DataStack &stack)
A function parameter, used within the stack of arguments.
Definition: FunctionParameter.h:25
static nkScripts::OutputValue eraseEntity(const nkScripts::DataStack &stack)
Encompasses the wrapping of nkGraphics for scripting.
Definition: BoundingBoxWrapper.h:7
Wraps a nkGraphics::RenderQueue and offers functions for use in scripting.
Definition: RenderQueueWrapper.h:12