Skip to content

Latest commit

 

History

History
50 lines (31 loc) · 699 Bytes

label.md

File metadata and controls

50 lines (31 loc) · 699 Bytes

Label

A simple label that renders text centered vertically within the Element.

Functions
Getters

string Element:GetText()
Returns the current text of the Label.


Setters

void Element:SetText(string Text)
Sets the text of the Label.




Hooks

No additional hooks.




Variables

While you can modify these variables to bypass accessors, it may cause undesired behavior.

m_strText: The text that will be displayed in the label.