Wraps a nkGraphics::RenderQueue and offers functions for use in scripting. More...
Static Public Member Functions | |
static void | updateEnvironment (nkScripts::Environment *env) |
static nkScripts::OutputValue | addEntity (const nkScripts::DataStack &stack) |
static nkScripts::OutputValue | eraseEntity (const nkScripts::DataStack &stack) |
static nkScripts::OutputValue | clearQueue (const nkScripts::DataStack &stack) |
static nkScripts::OutputValue | getEntityCount (const nkScripts::DataStack &stack) |
static nkScripts::OutputValue | getEntity (const nkScripts::DataStack &stack) |
Wraps a nkGraphics::RenderQueue and offers functions for use in scripting.
|
static |
Updates a given environment and set it up to use all functions wrapped by this wrapper.
env | The environment to set up. |
|
static |
Wrapper function for nkGraphics::RenderQueue::addEntity().
stack | The parameter stack. |
|
static |
Wrapper function for nkGraphics::RenderQueue::eraseEntity().
stack | The parameter stack. |
|
static |
Wrapper function for nkGraphics::RenderQueue::clearQueue().
stack | The parameter stack. |
|
static |
Wrapper function for nkGraphics::RenderQueue::getEntityCount().
stack | The parameter stack. |
|
static |
Wrapper function for nkGraphics::RenderQueue::getEntity().
stack | The parameter stack. |