AuxiliaryVariableGetAll

Revision as of 10:05, 28 April 2015 by imported>Jazzisparis
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
< [[::Category:Functions|Category:Functions]]

A function added by the JIP NVSE Plugin.

Description

Returns a StringMap matrix containing all Auxiliary Variables of the specified class, and their elements' values, owned by the specified Object.

AuxVar Classes:

0	Permanent-Private
1	Temporary-Private
2	Permanent-Public
3	Temporary-Public

Syntax

(array_var) reference.AuxiliaryVariableGetAll varClass:int{0-3} baseForm:ref 

Or:

(array_var) reference.AuxVarGetAll varClass:int{0-3} baseForm:ref

Example

let aVarMap := RaulRef.AuxiliaryVariableGetAll 0
let aVarMap := AuxVarGetAll 1 ArmorCombat

See Also