titleText: Difference between revisions

From Bohemia Interactive Community
Jump to navigation Jump to search
m (fixed desc.)
mNo edit summary
Line 7: Line 7:
____________________________________________________________________________________________
____________________________________________________________________________________________


| 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). |= Description
| Text title - argument in format '''["text", "type", speed]''' or '''["text", "type"]'''.<br>If speed is not given, it is assumed 1.<br> Also see [[cutText]], with these two commands you can show two different texts at once (optimally with two different types). |= Description
____________________________________________________________________________________________
____________________________________________________________________________________________


| '''titleText''' effect |= Syntax
| '''titleText''' effect |= Syntax


|p1= effect: [[Array]] |= Parameter 1
|p1= effect: [[Array]]  
 
Type may be one of:<br>
• "PLAIN"<br>
• "PLAIN DOWN"<br>
• "BLACK"<br>
• "BLACK FADED"<br>
• "BLACK OUT"<br>
• "BLACK IN"<br>
• "WHITE OUT"<br>
• "WHITE IN"
 
See [[Title Effect Type]] for more information about these values.
|= Parameter 1


| [[Nothing]] |= Return value
| [[Nothing]] |= Return value

Revision as of 05:34, 3 June 2007

Hover & click on the images for description

Description

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).
Groups:
Uncategorised

Syntax

Syntax:
titleText effect
Parameters:
effect: Array Type may be one of:
• "PLAIN"
• "PLAIN DOWN"
• "BLACK"
• "BLACK FADED"
• "BLACK OUT"
• "BLACK IN"
• "WHITE OUT"
• "WHITE IN" See Title Effect Type for more information about these values.
Return Value:
Nothing

Examples

Example 1:
titleText ["Show this text", "PLAIN"]

Additional Information

See also:
See also needed

Notes

Report bugs on the Feedback Tracker and/or discuss them on the Arma Discord or on the Forums.
Only post proven facts here! Add Note

Notes

Bottom Section