Skip to content
João Cardoso edited this page Dec 5, 2019 · 7 revisions

An abstract class for implementing interactive editboxes. Inherits from Labeled.

Methods

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.

Calls

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.

Sushi-3.1 🍣

Documentation
Class Reference
Best Practices

Feedback
Post an issue

Clone this wiki locally