AuxiliaryVariableErase

Revision as of 00:22, 25 April 2015 by imported>Jazzisparis (Created page with "{{Function |origin = JIP |summary = Erases the element at the specified <i>index</i> of the specified Auxiliary-Variable. If <i>index</i> is not spec...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
< [[::Category:Functions|Category:Functions]]

A function added by the JIP NVSE Plugin.

Description

Erases the element at the specified index of the specified Auxiliary-Variable. If index is not specified, or equals -1, the variable, along with all its elements, will be erased.

Syntax

(success:bool) reference.AuxiliaryVariableErase varName:string index:int baseForm:ref 

Or:

(success:bool) reference.AuxVarErase varName:string index:int baseForm:ref

Example

RaulRef.AuxiliaryVariableErase "someVarName"
AuxVarErase "someVarName" 2 ArmorCombat

See Also