AX GetType

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]
(variable) AX_GetType mapKey:string index:int form:ref

Example

AX_GetType "MoveNode" 2 weapNV9mmPistol 

Returns the variable type stored at index 2

Notes

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

See Also