tes3uiTextSelect⚓︎
A structure containing properties specific to text selects.
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 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 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 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 text when the text select 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 text when the text select 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 text when the text select 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 text when the text select 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 text when the text select 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 text when the text select 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 text select. Controls which color set to use for text. Maps to values in tes3.uiState
.
Returns:
result
(tes3.uiState)