IsLoadDoor

From the Fallout3 GECK Wiki
Revision as of 09:18, 10 March 2015 by imported>Odessa (fix link)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search
< [[::Category:Functions|Category:Functions]]

A function added by the New Vegas Script Extender.

Description

Returns true (1) if the calling reference is a load door, meaning a door that leads to a different cell. Added by NVSE 4.6.3.

Syntax

[help]
(bool) reference.IsLoadDoor

Example

GSDocMitchellHouseIntDoorREF.IsLoadDoor ; returns 1, it goes to Goodsprings.

See Also