titleObj: 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|TITLEOBJ]]
{{Command|= Comments
[[Category:Scripting Commands OFP 1.96|TITLEOBJ]]
____________________________________________________________________________________________
[[Category:Scripting Commands OFP 1.46|TITLEOBJ]]
[[Category:Scripting Commands ArmA|TITLEOBJ]]


| ofp |= Game name


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


| Object title - argument in format ["text", "type", speed] or ["name", "type"] If speed is not given, it is assumed 1. Object can be defined in [[description.ext]] |= Description
____________________________________________________________________________________________


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


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


'''Type of returned value:'''
| [[Nothing]] |= Return value
____________________________________________________________________________________________
 
|x1= <pre>titleObj ["BISLogo", "PLAIN"]</pre> |= Example 1
____________________________________________________________________________________________


[[Nothing]]
|  |= See also


'''Description:'''
}}


Object title - argument in format '''''["text", "type", speed]''''' or '''''["name", "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>


Object can be defined in [[Description.ext|description.ext]]
<h3 style="display:none">Bottom Section</h3>
 
[[Category:Scripting Commands|TITLEOBJ]]
 
[[Category:Scripting Commands OFP 1.96|TITLEOBJ]]
'''Example:'''
[[Category:Scripting Commands OFP 1.46|TITLEOBJ]]
 
[[Category:Scripting Commands ArmA|TITLEOBJ]]
'''titleObj''' ["BISLogo", "PLAIN"]

Revision as of 23:54, 1 August 2006

Hover & click on the images for description

Description

Description:
Object title - argument in format ["text", "type", speed] or ["name", "type"] If speed is not given, it is assumed 1. Object can be defined in description.ext
Groups:
Uncategorised

Syntax

Syntax:
titleObj effect
Parameters:
effect: Array
Return Value:
Nothing

Examples

Example 1:
titleObj ["BISLogo", "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