Creation/Dev/Script/Client/GuiTextCtrl: Difference between revisions
From Graal Bible
mNo edit summary |
No edit summary |
||
Line 1: | Line 1: | ||
Inherits from [[Creation/Dev/Script/Client/GuiControl|GuiControl]]. | |||
=Variables= | |||
text - string | |||
=Functions= | |||
gettext() - returns string | |||
settext(str) | |||
=Events= | |||
onTextChanged(newtext) - the text has been modified |
Revision as of 13:22, 25 February 2006
Inherits from GuiControl.
Variables
text - string
Functions
gettext() - returns string
settext(str)
Events
onTextChanged(newtext) - the text has been modified