titleText: Difference between revisions

From Bohemia Interactive Community
Jump to navigation Jump to search
mNo edit summary
(reformatted)
Line 5: Line 5:


|1.00|= Game version
|1.00|= Game version
|eff= local |= Effects in MP
____________________________________________________________________________________________
____________________________________________________________________________________________


| Text title - <br> Also see [[cutText]], with these two commands you can show two different texts at once (optimally with two different types).
| Displays text across the screen.<br>
 
If used along with [[cutText]] two different texts (in different type styles) can be shown at once. |= Description
<i>type</i> 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 types. |= Description
____________________________________________________________________________________________
____________________________________________________________________________________________


| '''titleText''' [text, type, speed] |= Syntax
| '''titleText''' [text, type, speed] |= Syntax


|p1= [text, type, speed]: [[Array]] |= Parameter 1
|p1= text: [[String]] |= Parameter 1
|p2= text: [[String]] |= Parameter 2
|p2= type: [[String]]- Possible [[Title Effect Type]]s:<br>
|p3= type: [[String]]. |= Parameter 3
• "PLAIN"<br>
|p4= speed: [[Number]] - optional, default 1 |= Parameter 4
• "PLAIN DOWN"<br>
• "BLACK"<br>
• "BLACK FADED"<br>
• "BLACK OUT"<br>
• "BLACK IN"<br>
• "WHITE OUT"<br>
• "WHITE IN"|= Parameter 2
|p3= speed: [[Number]] - optional, default 1 |= Parameter 3


| [[Nothing]] |= Return value
| [[Nothing]] |= Return value
Line 43: Line 33:
____________________________________________________________________________________________
____________________________________________________________________________________________


|mp=This function only works locally|
| [[titleFadeOut]], [[cutText]] |= See also
| [[titleFadeOut]] |= See also


}}
}}
Line 51: Line 40:
<dl class="command_description">
<dl class="command_description">
<!-- Note Section BEGIN -->
<!-- Note Section BEGIN -->
See also [[titleFadeOut]] --[[User:Crowe|Crowe]] 16:20, 7 November 2007 (CET)


<!-- Note Section END -->
<!-- Note Section END -->

Revision as of 00:26, 7 February 2009

Hover & click on the images for description

Description

Description:
Displays text across the screen.
If used along with cutText two different texts (in different type styles) can be shown at once.
Groups:
Uncategorised

Syntax

Syntax:
titleText [text, type, speed]
Parameters:
text: String
type: String- Possible Title Effect Types:
• "PLAIN"
• "PLAIN DOWN"
• "BLACK"
• "BLACK FADED"
• "BLACK OUT"
• "BLACK IN"
• "WHITE OUT"
• "WHITE IN"
speed: Number - optional, default 1
Return Value:
Nothing

Examples

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

Additional Information

See also:
titleFadeOutcutText

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