GetLinkedDoor
From GECK
A function added by the Fallout Script Extender.
Description
Returns the Door reference to which the calling reference is linked. Linked doors are also known as teleport doors - they are linked in order to determine the back-and-forth teleport locations.
Syntax
(linkedDoor:reference) doorRefr.GetLinkedDoor
Notes
- This function is superseded by GetTeleportDoor, which performs more safety checks.