SetVariableFloat

From the Fallout3 GECK Wiki
Revision as of 00:00, 20 December 2016 by imported>Pintocat (Created page with "{{Function |origin = LU |summary = Sets the value of a numerical variable by name in the script attached to a reference or quest. Deprecated by SetVariable in NVSE 4.5.6...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search
< [[::Category:Functions|Category:Functions]]

A function added by the Lutana NVSE plugin.

Description

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

Syntax

[help]
(float) [SetVariableFloat].SetVariableFloat varname:string value:float quest:quest

See Also

GetVariable

SetVariable

GetRefVariable

SetRefVariable

SetVariableRef