AX Size

From GECK
Jump to: navigation, search


A function added by the pp NVSE Plugin.

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

[help]
(int) AX_Size mapKey:string form:ref

Example

iSize = ax_Size "MoveNode" weapNV9mmPistol 

Returns the size of the MoveNode aux on the weapNV9mmPistol

Notes

  • all AX values remain valid for the session, and behave like the Temporary-Public class "*_" in aux variables.

See Also