GetCanSeePC
From NWN Lexicon
Contents |
[edit] GetCanSeePC(object)
Determines if a creature can see a PC.
int GetCanSeePC( object oObject = OBJECT_SELF );
[edit] Parameters
oObject
Object to see if it can "see" a PC. (Default: OBJECT_SELF)
[edit] Description
Returns TRUE if oObject can "see" a PC, FALSE otherwise.
[edit] Requirements
#include " nw_i0_2q4luskan "
[edit] Version
1.29
[edit] See Also
functions: | |
events: |
author: Charles Feduke