CanSeePlayer()
From NWN Lexicon
Determines if a creature can see a PC.
int CanSeePlayer();
Contents |
[edit] Description
Returns TRUE if OBJECT_SELF can see a PC (any PC), otherwise FALSE.
[edit] Remarks
This function is simply a wrapper for GetNearestCreature() used for convenience and clearer code.
[edit] Requirements
#include "nw_i0_plot"
[edit] Version
1.22
[edit] See Also
author: Tom Cassiotis