AuxiliaryVariableSetFloat
Jump to navigation
Jump to search
< [[::Category:Functions|Category:Functions]]
A function added by the JIP NVSE Plugin.
Description
Sets the float value of the element at the specified index (optional; default is 0) of the specified Auxiliary-Variable. If index equals -1, the value will be appended as a new element, at the end.
Syntax
(success:bool) reference.AuxiliaryVariableSetFloat varName:string value:float index:int baseForm:ref
Or:
(success:bool) reference.AuxVarSetFlt varName:string value:float index:int baseForm:ref
Example
RaulRef.AuxiliaryVariableSetFloat "someVarName" -307.485
AuxVarSetFlt "someVarName" 102031 -1 ArmorCombat