titleText: Difference between revisions

From Bohemia Interactive Community
Jump to navigation Jump to search
mNo edit summary
No edit summary
Line 21: Line 21:


If speed is not given, it is assumed 1.
If speed is not given, it is assumed 1.
Also see [[cutText]], with these two commands you can show two different texts at once (optimally with two different types).





Revision as of 23:49, 27 May 2006


titleText effect


Operand types:

effect: Array

Type of returned value:

Nothing

Description:

Text title - argument in format ["text", "type", speed] or ["text", "type"]

If speed is not given, it is assumed 1.

Also see cutText, with these two commands you can show two different texts at once (optimally with two different types).


Example:

titleText ["Show this text", "PLAIN"]