preloadTitleObj: Difference between revisions

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


| ofp |= Game name


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


| Object title - argument uses format ["text","type",speed] or ["name","type"]. Speed is ignored. Preload data the object can be defined in the description.ext file. |= Description
____________________________________________________________________________________________


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


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


'''Type of returned value:'''
| [[Boolean]] |= Return value
____________________________________________________________________________________________
 
|x1= <pre>preloadTitleObj ["BISLogo","plain"]</pre> |= Example 1
____________________________________________________________________________________________


[[Boolean]]
|  |= See also


'''Description:'''
}}


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


Speed is ignored.
<!-- Note Section END -->
</dl>


Preload data the object can be defined in the description.ext file.
<h3 style="display:none">Bottom Section</h3>
 
[[Category:Scripting Commands|PRELOADTITLEOBJ]]
 
[[Category:Scripting Commands OFP Elite |PRELOADTITLEOBJ]]
'''Example:'''
[[Category:Scripting Commands ArmA|PRELOADTITLEOBJ]]
 
'''preloadTitleObj''' ["BISLogo","plain"]

Revision as of 01:04, 2 August 2006

Hover & click on the images for description

Description

Description:
Object title - argument uses format ["text","type",speed] or ["name","type"]. Speed is ignored. Preload data the object can be defined in the description.ext file.
Groups:
Uncategorised

Syntax

Syntax:
preloadTitleObj effect
Parameters:
effect: Array
Return Value:
Boolean

Examples

Example 1:
preloadTitleObj ["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