IsPlayerInRegion

From the Fallout3 GECK Wiki
Revision as of 23:42, 31 December 2010 by imported>Ez0n3 (New page: {{Function |origin = VEGAS1 |summary = Returns 1 if the actor is currently in the specified region. Always returns 0 if the actor is in an interior cell. |name = IsPlayerInRegion |retu...)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search
< [[::Category:Functions|Category:Functions]]

A function included in the GECK Version 1.1.0.262 for Fallout: New Vegas.

Description

Returns 1 if the actor is currently in the specified region. Always returns 0 if the actor is in an interior cell.

Syntax

[help]
(0, 1:int) IsPlayerInRegion :RegionID

Example

IsPlayerInRegion VMapGoodspringsRegion

See Also