GetPCInRegion

Revision as of 03:12, 9 October 2015 by imported>Jazzisparis (Created page with "{{Function |origin = JIP |summary = Returns 1 if the player is currently in the specified <i>Region</i>. |name = GetPCInRegion |returnType = inRegion:0/1 |arguments =...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
< [[::Category:Functions|Category:Functions]]

A function added by the JIP NVSE Plugin.

Description

Returns 1 if the player is currently in the specified Region.

Syntax

(inRegion:0/1) GetPCInRegion region:ref

Example

set bInRegion to GetPCInRegion NVJacobstownRegion

See Also