Skip to content

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:


idle⚓︎

The RGBA color of the text when state is set to normal. An array of 4 floats with values ranging from 0.0 to 1.0.

Returns:

  • result (number[])

idleActive⚓︎

The RGBA 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 (number[])

idleDisabled⚓︎

The RGBA 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 (number[])

over⚓︎

The RGBA 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 (number[])

overActive⚓︎

The RGBA 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 (number[])

overDisabled⚓︎

The RGBA 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 (number[])

pressed⚓︎

The RGBA 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 (number[])

pressedActive⚓︎

The RGBA 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 (number[])

pressedDisabled⚓︎

The RGBA 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 (number[])

state⚓︎

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

Returns: