GetLinkedRef

From the Fallout3 GECK Wiki
Revision as of 13:51, 26 November 2008 by imported>Kkuhlmann
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search

Description

GetLinkedRef Gives the reference that is currently linked to the current reference. For example, if a switch opens a door, you can link the switch to the door and if the switch is activated you get the door reference and activate it. It is called on a reference and takes no parameters.

Syntax

[ObjectREF.]GetLinkedRef

Examples

SwitchRef.GetLinkedRef

Notes

  • None at this time


See Also

Reference

None provided.