Difference between revisions of "UI Script"
Jump to navigation
Jump to search
no edit summary
imported>CraftySentinel m (→SKSE Global Functions: Added SKSE Global Functions, also labelled Number functions as Depreciated) |
imported>Snakster |
||
Line 37: | Line 37: | ||
|- | |- | ||
|[[SetNumber - UI|'''SetNumber'''(String ''menuName'', String ''target'', Float ''value'')]] '''( | |[[SetNumber - UI|'''SetNumber'''(String ''menuName'', String ''target'', Float ''value'')]] '''(DEPRECATED)''' | ||
|Sets numerical value at existing target location. | |Sets numerical value at existing target location. | ||
|- | |- | ||
Line 57: | Line 57: | ||
|- | |- | ||
|[[GetNumber - UI|Float '''GetNumber'''(String ''menuName'', String ''target'')]] '''( | |[[GetNumber - UI|Float '''GetNumber'''(String ''menuName'', String ''target'')]] '''(DEPRECATED)''' | ||
|Gets numerical value at existing target location. | |Gets numerical value at existing target location. | ||
|- | |- | ||
Line 81: | Line 81: | ||
|- | |- | ||
|[[InvokeNumber - UI|'''InvokeNumber'''(String ''menuName'', String ''target'', Float ''arg'')]] '''( | |[[InvokeNumber - UI|'''InvokeNumber'''(String ''menuName'', String ''target'', Float ''arg'')]] '''(DEPRECATED)''' | ||
|Invokes the numerical ActionScript function at given Target location. | |Invokes the numerical ActionScript function at given Target location. | ||
|- | |- | ||
Line 101: | Line 101: | ||
|- | |- | ||
|[[InvokeNumberA - UI|'''InvokeNumberA'''(String ''menuName'', String ''target'', Float[] ''arg'')]] '''( | |[[InvokeNumberA - UI|'''InvokeNumberA'''(String ''menuName'', String ''target'', Float[] ''arg'')]] '''(DEPRECATED)''' | ||
|Invokes the numerical array of ActionScript function at given Target location. | |Invokes the numerical array of ActionScript function at given Target location. | ||
|- | |- |