TextItemGetText

From Multi Theft Auto: Wiki
Revision as of 04:34, 3 October 2006 by JonChappell (talk | contribs)
Jump to navigation Jump to search

This function returns the current text of the specified textitem.

Syntax

string textItemGetText ( textitem theTextitem )             

Required Arguments

Returns

Returns a string containing the text if the function was successful, false otherwise.

Example

This example does...

--This line does...
blabhalbalhb --abababa
--This line does this...
mooo

See Also