Wraps a nkExport::Node and offers functions for use in scripting. More...
Wraps a nkExport::Node 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 the constructor of the user type.
stack | The parameter stack. |
|
static |
Wrapper function for the destructor of the user type.
toDestroy | The data that has to be freed. |
|
static |
Wrapper function for the nkExport::Node::getValueAsString() method.
stack | The parameter stack filled for the function call. |
|
static |
Wrapper function for the nkExport::Node::getValueAsInt() method.
stack | The parameter stack filled for the function call. |
|
static |
Wrapper function for the nkExport::Node::getValueAsFloat() method.
stack | The parameter stack filled for the function call. |
|
static |
Wrapper function for the nkExport::Node::getValueAsDouble() method.
stack | The parameter stack filled for the function call. |
|
static |
Wrapper function for the nkExport::Node::getValueAsBool() method.
stack | The parameter stack filled for the function call. |
|
static |
Wrapper function for the nkExport::Node::getNodeNature() method.
stack | The parameter stack filled for the function call. |
|
static |
Wrapper function for the nkExport::Node::getNodeValueType() method.
stack | The parameter stack filled for the function call. |
|
static |
Wrapper function for the nkExport::Node::getArraySize() method.
stack | The parameter stack filled for the function call. |
|
static |
Wrapper function for nkExport::Node::isValueTypeNumber().
stack | The parameter stack. |
|
static |
Wrapper function for nkExport::Node::getArrayElement().
stack | The parameter stack. |
|
static |
Wrapper function for nkExport::Node::getMemberCount().
stack | The parameter stack. |
|
static |
Wrapper function for nkExport::Node::getMemberKey().
stack | The parameter stack. |
|
static |
Wrapper function for nkExport::Node::getMemberValue().
stack | The parameter stack. |
|
static |
Wrapper function for nkExport::Node::getMemberValueIndex().
stack | The parameter stack. |
|
static |
Wrapper function for nkExport::Node::setAsString() method.
stack | The parameter stack. |
|
static |
Wrapper function for nkExport::Node::setAsInt() method.
stack | The parameter stack. |
|
static |
Wrapper function for nkExport::Node::setAsFloat() method.
stack | The parameter stack. |
|
static |
Wrapper function for nkExport::Node::setAsDouble() method.
stack | The parameter stack. |
|
static |
Wrapper function for nkExport::Node::setAsBool() method.
stack | The parameter stack. |
|
static |
Wrapper function for nkExport::Node::addElement().
stack | The parameter stack. |
|
static |
Wrapper function for nkExport::Node::addMember().
stack | The parameter stack. |