preloadTitleObj: Difference between revisions

From Bohemia Interactive Community
Jump to navigation Jump to search
m (Text replacement - "\|s([0-9])\= '''([^' ]+)'''([^ ]+) " to "|s$1= $2$3 ")
m (Text replacement - " |r1=[[" to " |r1= [[")
Line 30: Line 30:
|p4= speed (Optional): [[Number]] - Default: -1
|p4= speed (Optional): [[Number]] - Default: -1
|p5= showInMap (Optional): [[Boolean]] - Default: [[true]]
|p5= showInMap (Optional): [[Boolean]] - Default: [[true]]
|r1=[[Boolean]]
|r1= [[Boolean]]


|x1= <code>_ok = [[preloadTitleObj]] ["BISLogo", "PLAIN"]</code>
|x1= <code>_ok = [[preloadTitleObj]] ["BISLogo", "PLAIN"]</code>

Revision as of 00:47, 8 August 2021

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, type, speed, showInMap]: Array
name: String - defined in configFile >> "CfgTitles" >> name
type: String - "PLAIN" e.g.
speed (Optional): Number - Default: -1
showInMap (Optional): Boolean - 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