IsLoadDoor

From the Fallout3 GECK Wiki
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