IsLoadDoor

< [[::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

(bool) reference.IsLoadDoor

Example

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

See Also