|
NWNX:EE
8193.36.12
|
|
Go to the documentation of this file.
7 const string NWNX_Visibility =
"NWNX_Visibility";
60 string sFunc =
"GetVisibilityOverride";
71 string sFunc =
"SetVisibilityOverride";
int NWNX_GetReturnValueInt()
Returns the specified type from the c++ side.
const int NWNX_VISIBILITY_DM_ONLY
const int NWNX_VISIBILITY_ALWAYS_VISIBLE
void NWNX_CallFunction(string pluginName, string functionName)
Scripting interface to NWNX.
int NWNX_Visibility_GetVisibilityOverride(object oPlayer, object oTarget)
Queries the existing visibility override for given (oPlayer, oTarget) pair. If oPlayer is OBJECT_INVA...
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.
const int NWNX_VISIBILITY_DEFAULT
const int NWNX_VISIBILITY_VISIBLE
void NWNX_Visibility_SetVisibilityOverride(object oPlayer, object oTarget, int nOverride)
Overrides the default visibility rules about how oPlayer perceives oTarget. If oPlayer is OBJECT_INVA...
const int NWNX_VISIBILITY_HIDDEN
const int NWNX_VISIBILITY_ALWAYS_VISIBLE_DM_ONLY