API Documentation
NodeWrapper.h
1 // NodeWrapper.h
3 //
5 
7 {
11  class NodeWrapper final
12  {
13  public :
14 
15  // Environment update
22 
23  // Callbacks
24  // Construction / destruction
35  static void* constructor (const nkScripts::DataStack& stack) ;
41  static void destructor (void* toDestroy) ;
42  // Getters
197  // Setters
275  } ;
276 }
nkAstraeus::nkExportWrap::NodeWrapper::addElement
static nkScripts::OutputValue addElement(const nkScripts::DataStack &stack)
nkAstraeus::nkExportWrap::NodeWrapper::updateEnvironment
static void updateEnvironment(nkScripts::Environment *env)
nkAstraeus::nkExportWrap::NodeWrapper::isValueTypeNumber
static nkScripts::OutputValue isValueTypeNumber(const nkScripts::DataStack &stack)
nkAstraeus::nkExportWrap::NodeWrapper::setAsString
static nkScripts::OutputValue setAsString(const nkScripts::DataStack &stack)
nkScripts::Environment
Defines an environment in which scripts can execute.
Definition: Environment.h:14
nkAstraeus::nkExportWrap::NodeWrapper::getMemberKey
static nkScripts::OutputValue getMemberKey(const nkScripts::DataStack &stack)
nkAstraeus::nkExportWrap::NodeWrapper::setAsFloat
static nkScripts::OutputValue setAsFloat(const nkScripts::DataStack &stack)
nkAstraeus::nkExportWrap
Encompasses the wrapping of nkExport for scripting.
Definition: Constants.h:7
nkAstraeus::nkExportWrap::NodeWrapper::getValueAsFloat
static nkScripts::OutputValue getValueAsFloat(const nkScripts::DataStack &stack)
nkAstraeus::nkExportWrap::NodeWrapper::getMemberValue
static nkScripts::OutputValue getMemberValue(const nkScripts::DataStack &stack)
nkMemory::BufferView
A view over data.
Definition: BufferView.h:18
nkAstraeus::nkExportWrap::NodeWrapper::destructor
static void destructor(void *toDestroy)
nkAstraeus::nkExportWrap::NodeWrapper::getNodeNature
static nkScripts::OutputValue getNodeNature(const nkScripts::DataStack &stack)
nkAstraeus::nkExportWrap::NodeWrapper::getMemberCount
static nkScripts::OutputValue getMemberCount(const nkScripts::DataStack &stack)
nkAstraeus::nkExportWrap::NodeWrapper::setAsDouble
static nkScripts::OutputValue setAsDouble(const nkScripts::DataStack &stack)
nkAstraeus::nkExportWrap::NodeWrapper::setAsInt
static nkScripts::OutputValue setAsInt(const nkScripts::DataStack &stack)
nkAstraeus::nkExportWrap::NodeWrapper
Wraps a nkExport::Node and offers functions for use in scripting.
Definition: NodeWrapper.h:12
nkScripts::FunctionParameter
A function parameter, used within the stack of arguments.
Definition: FunctionParameter.h:25
nkAstraeus::nkExportWrap::NodeWrapper::getValueAsString
static nkScripts::OutputValue getValueAsString(const nkScripts::DataStack &stack)
nkAstraeus::nkExportWrap::NodeWrapper::getArraySize
static nkScripts::OutputValue getArraySize(const nkScripts::DataStack &stack)
nkAstraeus::nkExportWrap::NodeWrapper::getValueAsInt
static nkScripts::OutputValue getValueAsInt(const nkScripts::DataStack &stack)
nkAstraeus::nkExportWrap::NodeWrapper::setAsBool
static nkScripts::OutputValue setAsBool(const nkScripts::DataStack &stack)
nkAstraeus::nkExportWrap::NodeWrapper::getValueAsDouble
static nkScripts::OutputValue getValueAsDouble(const nkScripts::DataStack &stack)
nkAstraeus::nkExportWrap::NodeWrapper::getNodeValueType
static nkScripts::OutputValue getNodeValueType(const nkScripts::DataStack &stack)
nkAstraeus::nkExportWrap::NodeWrapper::getValueAsBool
static nkScripts::OutputValue getValueAsBool(const nkScripts::DataStack &stack)
nkAstraeus::nkExportWrap::NodeWrapper::constructor
static void * constructor(const nkScripts::DataStack &stack)
nkAstraeus::nkExportWrap::NodeWrapper::getArrayElement
static nkScripts::OutputValue getArrayElement(const nkScripts::DataStack &stack)
nkAstraeus::nkExportWrap::NodeWrapper::addMember
static nkScripts::OutputValue addMember(const nkScripts::DataStack &stack)
nkAstraeus::nkExportWrap::NodeWrapper::getMemberValueIndex
static nkScripts::OutputValue getMemberValueIndex(const nkScripts::DataStack &stack)