GetUIValueType
From GECK
A function added by the SUP NVSE Plugin.
Description
Returns value type of specified UI Value.
Syntax
(int) GetUIValueType ComponentPath:string
Value types
1 - Number(float,int); 2 - String 3 - Action(if value is not given a static value)
Example
set iResult to GetUIValueType "HUDMainMenu/HitPoints/meterbracketow/String"
Will return Value type of specified value.
Notes
- This functions returns -1 if no value exists.