preloadTitleObj: Difference between revisions
Jump to navigation
Jump to search
Lou Montana (talk | contribs) |
Killzone Kid (talk | contribs) (doesnt work with mission config) |
||
Line 7: | Line 7: | ||
____________________________________________________________________________________________ | ____________________________________________________________________________________________ | ||
| | | Preloads data for the given resource object. |DESCRIPTION= | ||
____________________________________________________________________________________________ | ____________________________________________________________________________________________ | ||
|'''preloadTitleObj''' [name, type] |SYNTAX= | |'''preloadTitleObj''' [name, type, speed, showInMap] |SYNTAX= | ||
|p1= [name, type]: [[Array]] |PARAMETER1= | |p1= [name, type, speed, showInMap]: [[Array]] |PARAMETER1= | ||
|p2= name: [[String]] defined in [[ | |p2= name: [[String]] - defined in <tt>[[configFile]] >> "CfgTitles" >> name</tt> |PARAMETER2= | ||
|p3= type: [[String]] "PLAIN" e.g. |PARAMETER3= | |p3= type: [[String]] - "PLAIN" e.g. |PARAMETER3= | ||
| | |p4= speed (Optional): [[Number]] - Default: -1|PARAMETER4= | ||
|p5= showInMap (Optional): [[Boolean]] - Default: [[true]] |PARAMETER5= | |||
|[[Boolean]] |RETURNVALUE= | |||
____________________________________________________________________________________________ | |||
| | |||
| | |||
|x1= < | |x1= <code>_ok = [[preloadTitleObj]] ["BISLogo", "PLAIN"]</code> |EXAMPLE1= | ||
____________________________________________________________________________________________ | ____________________________________________________________________________________________ | ||
| | | [[cutObj]] |SEEALSO= | ||
}} | }} |
Revision as of 22:13, 3 September 2019
Description
- Description:
- Preloads data for the given resource object.
- Groups:
- Uncategorised
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