Skip to content

Latest commit

 

History

History
50 lines (31 loc) · 666 Bytes

button.md

File metadata and controls

50 lines (31 loc) · 666 Bytes

Button

A simple button with centered text.

Functions
Getters

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


Setters

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




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 Button.