IsInInterior

From GECK
Jump to: navigation, search


A function included in the GECK for Fallout 3.

Description

Returns 1 if the calling reference is in an interior cell

Syntax

[help]
(0, 1:int) [ObjectRefID].IsInInterior

Example

player.IsInInterior

Returns 1 if the player is in an interior cell, and 0 if they are not.