SetLinkedReference

From the Fallout3 GECK Wiki
Revision as of 07:29, 28 March 2015 by imported>Jazzisparis (Created page with "{{Function |origin = JIP |summary = Sets the calling reference's linked reference to <i>targetRef</i> or, if the latter is not specified, removes its current linked referenc...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search
< [[::Category:Functions|Category:Functions]]

A function added by the JIP NVSE Plugin.

Description

Sets the calling reference's linked reference to targetRef or, if the latter is not specified, removes its current linked reference.

Syntax

[help]
reference.SetLinkedReference targetRef:ref

Example

ObjectRef.SetLinkedReference linkedRef
ObjectRef.SetLinkedReference

Notes

  • Unfortunately, the changes are not saved with the game and this function must be called again when the game is restarted.

See Also