AX Set
From GECK
A function added by the pp NVSE Plugin.
Contents
Description
FormTraits are a more specialized version of Auxiliary-Variable variables that support nested arrays, and assigning a form key and index is optional.
Syntax
(variable) AX_Set value:variable mapKey:string index:int form:ref
Example
someValue = 999 AX_Set someValue"MoveNode" 1
Sets index 1 for MoveNode to 999
Notes
- all AX values remain valid for the session, and behave like the Temporary-Public class "*_" in aux variables.