preloadTitleObj: Difference between revisions

From Bohemia Interactive Community
Jump to navigation Jump to search
m (Text replacement - "[[Category:Scripting Commands ArmA|" to "[[Category:Scripting Commands Armed Assault|")
m (Some wiki formatting)
 
(28 intermediate revisions by 3 users not shown)
Line 1: Line 1:
{{Command|Comments=
{{RV|type=command
____________________________________________________________________________________________


| arma |Game name=
|game1= ofpe
|version1= 1.00


|1.00|Game version=
|game2= arma1
____________________________________________________________________________________________
|version2= 1.00


| Preloads data for the given resource object. |DESCRIPTION=
|game3= arma2
____________________________________________________________________________________________
|version3= 1.00


|'''preloadTitleObj''' [name, type, speed, showInMap] |SYNTAX=
|game4= arma2oa
|version4= 1.50


|p1= [name, type, speed, showInMap]: [[Array]] |PARAMETER1=
|game5= tkoh
|p2= name: [[String]] - defined in <tt>[[configFile]] >> "CfgTitles" >> name</tt> |PARAMETER2=
|version5= 1.00
|p3= type: [[String]] - "PLAIN" e.g. |PARAMETER3=
|p4= speed (Optional): [[Number]] - Default: -1|PARAMETER4=
|p5= showInMap (Optional): [[Boolean]] - Default: [[true]] |PARAMETER5=
|[[Boolean]] |RETURNVALUE=
____________________________________________________________________________________________
 
|x1= <code>_ok = [[preloadTitleObj]] ["BISLogo", "PLAIN"]</code> |EXAMPLE1=
____________________________________________________________________________________________


| [[cutObj]] |SEEALSO=
|game6= arma3
|version6= 0.50


}}
|gr1= GUI Control
 
|descr= Preloads data for the given resource object.
 
|s1= [[preloadTitleObj]] [name, type, speed, showInMap]
 
|p1= name: [[String]] - defined in <sqf inline>configFile >> "CfgTitles" >> name</sqf>
 
|p2= type: [[String]] - see [[Title Effect Type]]s
 
|p3= speed: [[Number]] - (Optional, default -1)
 
|p4= showInMap: [[Boolean]] - (Optional, default [[true]])


<h3 style="display:none">Notes</h3>
|r1= [[Boolean]]
<dl class="command_description">
<!-- Note Section BEGIN -->


<!-- Note Section END -->
|x1= <sqf>_ok = preloadTitleObj ["BISLogo", "PLAIN"];</sqf>
</dl>


<h3 style="display:none">Bottom Section</h3>
|seealso= [[cutObj]]
[[Category:Scripting Commands|PRELOADTITLEOBJ]]
}}
[[Category:Scripting Commands OFP Elite |PRELOADTITLEOBJ]]
[[Category:Scripting Commands Armed Assault|PRELOADTITLEOBJ]]
[[Category:Scripting Commands Arma 2|{{uc:{{PAGENAME}}}}]]
[[Category:Scripting Commands Arma 3|{{uc:{{PAGENAME}}}}]]
[[Category:Scripting Commands Take On Helicopters|{{uc:{{PAGENAME}}}}]]

Latest revision as of 10:56, 19 April 2024

Hover & click on the images for description

Description

Description:
Preloads data for the given resource object.
Groups:
GUI Control

Syntax

Syntax:
preloadTitleObj [name, type, speed, showInMap]
Parameters:
name: String - defined in configFile >> "CfgTitles" >> name
type: String - see Title Effect Types
speed: Number - (Optional, default -1)
showInMap: Boolean - (Optional, default true)
Return Value:
Boolean

Examples

Example 1:
_ok = preloadTitleObj ["BISLogo", "PLAIN"];

Additional Information

See also:
cutObj

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