GetUIFloatGradualTimer

From GECK
Jump to: navigation, search


A function added by the SUP NVSE Plugin.

Description

Returns current timer for currenty gradually changing UI trait.

Syntax

[help]
(float) GetUIFloatGradualTimer ComponentPath:string iTimeRemaining:int

Example

set fTimer to GetUIFloatGradualTimer "HUDMainMenu\Example_Tile\width"

Will return time passed since the beginning of gradually changing UI trait.

set fTimer to GetUIFloatGradualTimer "HUDMainMenu\Example_Tile\width" 1

Will return time remaining for gradually changing UI trait.

See Also