Files | |
file | nwnx_reveal.nss |
Functions | |
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. More... | |
void | NWNX_Reveal_SetRevealToParty (object oHiding, int bReveal, int iDetectionMethod=NWNX_REVEAL_HEARD) |
Sets whether a character remains visible to their party through stealth. More... | |
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.
oHiding | The creature who is stealthed. |
oObserver | The creature to whom the hider is revealed. |
iDetectionMethod | Can be specified to determine whether the hidden creature is seen or heard. |
Definition at line 29 of file nwnx_reveal.nss.
void NWNX_Reveal_SetRevealToParty | ( | object | oHiding, |
int | bReveal, | ||
int | iDetectionMethod = NWNX_REVEAL_HEARD |
||
) |
Sets whether a character remains visible to their party through stealth.
oHiding | The creature who is stealthed. |
bReveal | TRUE for visible. |
iDetectionMethod | Can be specified to determine whether the hidden creature is seen or heard. |
Definition at line 40 of file nwnx_reveal.nss.
const int NWNX_REVEAL_SEEN = 1 |
Seen.
Definition at line 11 of file nwnx_reveal.nss.
const int NWNX_REVEAL_HEARD = 0 |
Heard.
Definition at line 12 of file nwnx_reveal.nss.