GetUIFloatGradualMode

From GECK
Jump to: navigation, search


A function added by the SUP NVSE Plugin.

Description

Returns current mode for currenty gradually changing UI trait.

Syntax

[help]
(int) GetUIFloatGradualMode ComponentPath:string

Example

set iMode to GetUIFloatGradualMode "HUDMainMenu\Example_Tile\width" 

Notes

  • Modes list is avaiable at SetUIFloatGradual page.
  • Will return -1 if specified trait is currently not gradually changing.

See Also