IsInInterior

Revision as of 20:32, 23 April 2009 by imported>Cipscis (Converted to function template, simplified example. Corrected information about IsInInterior only working on actors - this is not true)
< [[::Category:Functions|Category:Functions]]

A function included in the GECK version 1.1.0.36.

Description

Returns 1 if the calling reference is in an interior cell

Syntax

RefID.IsInInterior

Example

player.IsInInterior

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