GetNearestPC

From NWN Lexicon
Revision as of 00:30, 26 August 2012 by Dood (talk | contribs)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigationJump to search



GetNearestPC()

Determines the nearest PC to a creature.

Description

Returns the nearest PC to the caller of the function and OBJECT_INVALID on any error.



Remarks

This is a wrapper function for GetNearestCreature().


Requirements

#include " nw_i0_plot "

Version

1.22

See Also



 author: Tom Cassiotis