Skip to main content

SuiText

Signals

meta_clicked

  • Signature: Variant meta

Emitted when some interactive BBCode tag (e.g. url) is clicked

meta_hover_started

  • Signature: Variant meta

Emitted when some interactive BBCode tag (e.g. url) is hovered over

meta_hover_ended

  • Signature: Variant meta

Emitted when some interactive BBCode tag (e.g. url) is no longre being hovered over

Variables

bool bbcode_support = true

Enables support for BBCode

String text = "[center]SuiText[/center]"

The text you want to display.

int font_size = 25

The size your text should have.

bool editor_process = true

Determines if the element should be updated automatically while running in the editor.

bool runtime_process = true

Determines if the element should be updated automatically during your game/application's runtime.

Functions

void update_element()

Updates the element.