SetTextBoxText

From Onset Developer Wiki
Revision as of 17:07, 16 January 2020 by 28days (talk | contribs)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
SetTextBoxText

Type: Function
Context: Client
Introduced: v1.0

Description

Set the string of the specified text box.

Syntax

SetTextBoxText(textid, text)

Parameters

  • textid
    The text identifier.
  • text
    The string of the text you want to show.

Return Value

  • Returns true on success.

Example

SetTextBoxText(textId, "Update")

See also