Torque 3D - Script Manual: GuiConsoleEditCtrl Class Reference

TorqueScript

Main   Class List   Namespace List   Online

GuiConsoleEditCtrl Class Reference
[Core Controls]

Text entry element of a GuiConsole. More...

Inheritance diagram for GuiConsoleEditCtrl:

List of all members.

Public Attributes

GuiConsoleEditCtrl

bool useSiblingScroller

Detailed Description

Text entry element of a GuiConsole.

Example:
new GuiConsoleEditCtrl(ConsoleEntry)
{
   profile = "ConsoleTextEditProfile";
   horizSizing = "width";
   vertSizing = "top";
   position = "0 462";
   extent = "640 18";
   minExtent = "8 8";
   visible = "1";
   altCommand = "ConsoleEntry::eval();";
   helpTag = "0";
   maxLength = "255";
   historySize = "40";
   password = "0";
   tabComplete = "0";
   sinkAllKeyEvents = "1";
   useSiblingScroller = "1";
};

Member Data Documentation



Copyright © GarageGames, LLC. All Rights Reserved.