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:
result
(tes3uiElement)
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:
result
(niColor)
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:
result
(niColor)
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:
result
(niColor)
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:
result
(niColor)
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:
result
(niColor)
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:
result
(niColor)
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:
result
(niColor)
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:
result
(niColor)
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:
result
(niColor)
state
⚓︎
The state of the button. Controls which color set to use for its text. Maps to values in tes3.uiState
.
Returns:
result
(tes3.uiState)