- 0 Talk
-
API EditBox SetText
Sets editBox's text to the specified string.
editBox:SetText(str)
Arguments
Edit
- str (string) -- the string you want to appear in the EditBox
Returns
Edit
- nil
Details
Edit
You should call a SetText("") every time you read from an EditBox, so the command line is free for the next input.