SetLinkedReference

From the Fallout3 GECK Wiki
Revision as of 12:52, 28 March 2015 by imported>Jazzisparis
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