CanSeePlayer()

From NWN Lexicon
Jump to navigationJump to search

Determines if a creature can see a PC.

Description

Returns TRUE if OBJECT_SELF can see a PC (any PC), otherwise FALSE.

Remarks

This function is simply a wrapper for GetNearestCreature() used for convenience and clearer code.

Requirements

#include "nw_i0_plot"

Version

1.22

See Also



 author: Tom Cassiotis