Skip to content

tes3uiButton⚓︎

A structure containing properties specific to buttons.

This type inherits the following: tes3uiWidget

Properties⚓︎

element⚓︎

Access back to the element this widget interface is for.

Returns:


idle⚓︎

The RGB color of the button's text when state is set to normal. An array of 3 floats with values ranging from 0.0 to 1.0.

Returns:


idleActive⚓︎

The RGB color of the button's text when state is set to active. An array of 3 floats with values ranging from 0.0 to 1.0.

Returns:


idleDisabled⚓︎

The RGB color of the button's text when state is set to disabled. An array of 3 floats with values ranging from 0.0 to 1.0.

Returns:


over⚓︎

The RGB color of the button's text when the button is selected and state is set to normal. An array of 3 floats with values ranging from 0.0 to 1.0.

Returns:


overActive⚓︎

The RGB color of the button's text when the button is selected and state is set to active. An array of 3 floats with values ranging from 0.0 to 1.0.

Returns:


overDisabled⚓︎

The RGB color of the button's text when the button is selected and state is set to disabled. An array of 3 floats with values ranging from 0.0 to 1.0.

Returns:


pressed⚓︎

The RGB color of the button's text when the button is pressed and state is set to normal. An array of 3 floats with values ranging from 0.0 to 1.0.

Returns:


pressedActive⚓︎

The RGB color of the button's text when the button is pressed and state is set to active. An array of 3 floats with values ranging from 0.0 to 1.0.

Returns:


pressedDisabled⚓︎

The RGB color of the button's text when the button is pressed and state is set to disabled. An array of 3 floats with values ranging from 0.0 to 1.0.

Returns:


state⚓︎

The state of the button. Controls which color set to use for its text. Maps to values in tes3.uiState.

Returns: