Text (Property): Difference between revisions

From Legacy Roblox Wiki
Jump to navigationJump to search
>Blocco
No edit summary
>NXTBoy
added onlyinclude
Line 3: Line 3:
Text is a [[string]] of characters.  It is a combination of letters, numbers, and punctuation.
Text is a [[string]] of characters.  It is a combination of letters, numbers, and punctuation.


 
<onlyinclude>{{Property|
{{Property|
name = Text
name = Text
|property = [[String]] ''message text''
|property = [[String]] ''message text''
|description = Sets the text that the message displays.
|description = Sets the text that the message displays.
|object = [[Hint]], [[RBX.lua.Message (Object)|Message]], [[RBX.lua.TextButton (Object)|TextButton]], [[RBX.lua.TextLabel (Object)|TextLabel]], [[RBX.lua.TextBox (Object)|TextBox]]
|object = [[Hint]], [[RBX.lua.Message (Object)|Message]], [[RBX.lua.TextButton (Object)|TextButton]], [[RBX.lua.TextLabel (Object)|TextLabel]], [[RBX.lua.TextBox (Object)|TextBox]]
|}}
|}}</onlyinclude>


[[Category:Properties]]
[[Category:Properties]]

Revision as of 02:23, 5 August 2010

Text is a string of characters. It is a combination of letters, numbers, and punctuation.

Text
Property String message text
Description Sets the text that the message displays.
Member of [[RBX.lua.Hint, Message, TextButton, TextLabel, TextBox (Object)|Hint, Message, TextButton, TextLabel, TextBox]]