Skip to content

Latest commit

 

History

History
68 lines (40 loc) · 1.49 KB

GuiTextCtrl.rst

File metadata and controls

68 lines (40 loc) · 1.49 KB

GuiTextCtrl

GUI control object this displays a single line of text, without TorqueML.

Inherit:

GuiContainer

Description

GUI control object this displays a single line of text, without TorqueML.

Example:

newGuiTextCtrl()
   {
      text = "Hello World";
      textID = ""STR_HELLO"";
      maxlength = "1024";
       //Properties not specific to this control have been omitted from this example.
   };

Methods

Fields