|
NWNX:EE
8193.36.12
|
|
Go to the documentation of this file.
7 const string NWNX_Reveal =
"NWNX_Reveal";
31 string sFunc =
"RevealTo";
42 string sFunc =
"SetRevealToParty";
const int NWNX_REVEAL_HEARD
Heard.
void NWNX_CallFunction(string pluginName, string functionName)
Scripting interface to NWNX.
void NWNX_Reveal_SetRevealToParty(object oHiding, int bReveal, int iDetectionMethod=NWNX_REVEAL_HEARD)
Sets whether a character remains visible to their party through stealth.
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.
void NWNX_Reveal_RevealTo(object oHiding, object oObserver, int iDetectionMethod=NWNX_REVEAL_HEARD)
Selectively reveals the character to an observer until the next time they stealth out of sight.
const int NWNX_REVEAL_SEEN
Seen.