-
-
Notifications
You must be signed in to change notification settings - Fork 8
Editable
João Cardoso edited this page Dec 5, 2019
·
7 revisions
An abstract class for implementing interactive editboxes. Inherits from Labeled.
Name | Description |
---|---|
SetValue (value) | Sets the text value of the object. |
GetValue | Returns the text value of the object. Notice this is not always the same as :GetText , which is the current edited text. |
Name | Description |
---|---|
OnText (value), OnInput (value) | Fired when a new text value is confirmed by the user using the enter key. |
OnUpdate | Fired after OnText and OnInput . |
This is the Sushi-3.1 wiki. Wiki Home