|
NWNX:EE
8193.36.12
|
|
Go to the documentation of this file.
7 const string NWNX_ItemProperty =
"NWNX_ItemProperty";
47 string sFunc =
"UnpackIP";
73 string sFunc =
"PackIP";
94 string sFunc =
"GetActiveProperty";
int NWNX_GetReturnValueInt()
Returns the specified type from the c++ side.
An unpacked itemproperty.
itemproperty NWNX_GetReturnValueItemProperty()
Returns the specified type from the c++ side.
void NWNX_CallFunction(string pluginName, string functionName)
Scripting interface to NWNX.
struct NWNX_IPUnpacked NWNX_ItemProperty_GetActiveProperty(object oItem, int nIndex)
Gets the active item property at the index.
string NWNX_GetReturnValueString()
Returns the specified type from the c++ side.
void NWNX_PushArgumentString(string value)
Pushes the specified type to the c++ side.
void NWNX_PushArgumentObject(object value)
Pushes the specified type to the c++ side.
void NWNX_PushArgumentInt(int value)
Pushes the specified type to the c++ side.
itemproperty NWNX_ItemProperty_PackIP(struct NWNX_IPUnpacked ip)
Convert unpacked itemproperty structure to native type.
object NWNX_GetReturnValueObject()
Returns the specified type from the c++ side.
struct NWNX_IPUnpacked NWNX_ItemProperty_UnpackIP(itemproperty ip)
Convert native itemproperty type to unpacked structure.
void NWNX_PushArgumentItemProperty(itemproperty value)
Pushes the specified type to the c++ side.