titleText: Difference between revisions

From Bohemia Interactive Community
Jump to navigation Jump to search
No edit summary
No edit summary
Line 1: Line 1:
[[Category:Scripting Commands|TITLETEXT]]
{{Command|= Comments
[[Category:Scripting Commands OFP 1.96|TITLETEXT]]
____________________________________________________________________________________________
[[Category:Scripting Commands OFP 1.46|TITLETEXT]]
[[Category:Scripting Commands ArmA|TITLETEXT]]


| ofp |= Game name


<h2 style="color:#000066">'''titleText ''effect'''''</h2>
|1.00|= Game version
____________________________________________________________________________________________


| 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
____________________________________________________________________________________________


'''Operand types:'''
| '''titleText''' effect |= Syntax


'''effect:''' [[Array]]
|p1= effect: [[Array]] |= Parameter 1


'''Type of returned value:'''
| [[Nothing]] |= Return value
____________________________________________________________________________________________
 
|x1= <pre>titleText ["Show this text", "PLAIN"]</pre> |= Example 1
____________________________________________________________________________________________


[[Nothing]]
|  |= See also


'''Description:'''
}}


Text title - argument in format '''''["text", "type", speed]''''' or '''''["text", "type"]'''''
<h3 style="display:none">Notes</h3>
<dl class="command_description">
<!-- Note Section BEGIN -->


If speed is not given, it is assumed 1.
<!-- Note Section END -->
</dl>


Also see [[cutText]], with these two commands you can show two different texts at once (optimally with two different types).
<h3 style="display:none">Bottom Section</h3>


 
[[Category:Scripting Commands|TITLETEXT]]
'''Example:'''
[[Category:Scripting Commands OFP 1.96|TITLETEXT]]
 
[[Category:Scripting Commands OFP 1.46|TITLETEXT]]
'''titleText''' ["Show this text", "PLAIN"]
[[Category:Scripting Commands ArmA|TITLETEXT]]

Revision as of 23:50, 1 August 2006

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
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