AuxiliaryVariableGetType
From GECK
A function added by the JIP NVSE Plugin.
Description
Returns the value-type of the element at the specified index (optional; default is 0) of the specified Auxiliary-Variable.
Value Types:
0 None (no such index/variable not defined) 1 Float 2 Reference 4 String
If you are making a patch for a script that is using AuxVar functions, and that patch is an ESM/ESP, the ESM/ESP will overwritte the Mod Index of the AuxVar is attached to, and the original script will lose access to the AuxVar. So if another script within the master plugin is attempting to check the AuxVar, it will not be able to, as the Mod Index has now been overwritten.
Syntax
(type:int) reference.AuxiliaryVariableGetType varName:string index:int baseForm:ref
Or:
(type:int) reference.AuxVarType varName:string index:int baseForm:ref
Example
set iType to RaulRef.AuxiliaryVariableGetType "someVarName"
set iType to AuxVarType "someVarName" 2 ArmorCombat