enum

Tput::Namespace::UIEffect

Inherits Enum / Comparable / Value / Object

Constants

UI_General = 0
UI_AnimateMenu = 1
UI_FadeMenu = 2
UI_AnimateCombo = 3
UI_AnimateTooltip = 4
UI_FadeTooltip = 5
UI_AnimateToolBox = 6

Instance methods

ui_animate_combo?

Returns true if this enum value equals UI_AnimateCombo

Source
ui_animate_menu?

Returns true if this enum value equals UI_AnimateMenu

Source
ui_animate_tool_box?

Returns true if this enum value equals UI_AnimateToolBox

Source
ui_animate_tooltip?

Returns true if this enum value equals UI_AnimateTooltip

Source
ui_fade_menu?

Returns true if this enum value equals UI_FadeMenu

Source
ui_fade_tooltip?

Returns true if this enum value equals UI_FadeTooltip

Source
ui_general?

Returns true if this enum value equals UI_General

Source