preloadTitleObj: Difference between revisions
Jump to navigation
Jump to search
Killzone Kid (talk | contribs) (doesnt work with mission config) |
Lou Montana (talk | contribs) m (Text replacement - "Category:Scripting Commands ArmA2" to "Category:Scripting Commands Arma 2") |
||
Line 38: | Line 38: | ||
[[Category:Scripting Commands OFP Elite |PRELOADTITLEOBJ]] | [[Category:Scripting Commands OFP Elite |PRELOADTITLEOBJ]] | ||
[[Category:Scripting Commands ArmA|PRELOADTITLEOBJ]] | [[Category:Scripting Commands ArmA|PRELOADTITLEOBJ]] | ||
[[Category:Scripting Commands | [[Category:Scripting Commands Arma 2|{{uc:{{PAGENAME}}}}]] | ||
[[Category:Scripting Commands Arma 3|{{uc:{{PAGENAME}}}}]] | [[Category:Scripting Commands Arma 3|{{uc:{{PAGENAME}}}}]] | ||
[[Category:Scripting_Commands_Take_On_Helicopters|{{uc:{{PAGENAME}}}}]] | [[Category:Scripting_Commands_Take_On_Helicopters|{{uc:{{PAGENAME}}}}]] |
Revision as of 14:18, 10 January 2020
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