Difference between revisions of "SetLinkedReference"

From the Fallout3 GECK Wiki
Jump to navigation Jump to search
imported>Jazzisparis
imported>Jazzisparis
 
Line 15: Line 15:
*[[GetLinkedRef]]
*[[GetLinkedRef]]
*[[GetLinkedChildren]]
*[[GetLinkedChildren]]
[[Category:Functions_(JIP)]]
[[Category:Functions (JIP)]]
[[Category:Miscellaneous Functions (JIP)]]
[[Category:Misc Reference Functions (JIP)]]

Latest revision as of 01:39, 29 March 2017

< [[::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, resets its linked reference to the original value.

Syntax

[help]
reference.SetLinkedReference targetRef:ref

Example

ObjectRef.SetLinkedReference linkedRef

See Also