Difference between revisions of "SetVariableRef"

From the Fallout3 GECK Wiki
Jump to navigation Jump to search
imported>Pintocat
(Created page with "{{Function |origin = LU |summary = Sets the value of a reference variable by name in the script attached to a reference or quest. Deprecated by SetRefVariable in NVSE 4....")
 
imported>Pintocat
Line 27: Line 27:


[[SetRefVariable]]
[[SetRefVariable]]
[[SetVariableFloat]]

Revision as of 00:00, 20 December 2016

< [[::Category:Functions|Category:Functions]]

A function added by the Lutana NVSE plugin.

Description

Sets the value of a reference variable by name in the script attached to a reference or quest. Deprecated by SetRefVariable in NVSE 4.5.6.

Syntax

[help]
(ref) [SetVariableRef].SetVariableRef varname:string value:ref quest:quest

See Also

GetVariable

SetVariable

GetRefVariable

SetRefVariable

SetVariableFloat