PlayerInRegion
From GECK
A function included in the GECK for Fallout: New Vegas.
Contents
Description
A condition function that returns 1 if the actor is currently in the specified region.
Syntax
(0, 1:int) PlayerInRegion :RegionID
Example
PlayerInRegion VMapGoodspringsRegion
Notes
- If you're in a sub-region of a larger region, it will return 1 for both.
See Also
- GetInWorldspace
- GetInCell
- IsPlayerInRegion - cannot be used as a condition, but can be used in scripts.