GetInWorldspace

From GECK
Jump to: navigation, search


A function included in the GECK for Fallout 3.

Description

Returns 1 if the calling Actor is currently in one of the exterior Cells of the specified Worldspace. Always returns 0 if the actor is in an interior cell.

Syntax

[help]
(0, 1:int) [Actor].GetInWorldspace worldspace:ref

Example

BuddyRef.GetInWorldspace WastelandNV

See Also