preloadTitleRsc: Difference between revisions
Jump to navigation
Jump to search
mNo edit summary |
mNo edit summary |
||
Line 3: | Line 3: | ||
[[Category:Scripting Commands ArmA|PRELOADTITLERSC]] | [[Category:Scripting Commands ArmA|PRELOADTITLERSC]] | ||
<h2 style="color:#000066">''' preloadTitleRsc ''effect'''''</h2> | |||
'''Operand types:''' | |||
''' | '''effect:''' [[Array]] | ||
'''Type of returned value:''' | '''Type of returned value:''' | ||
[[Boolean]] | |||
'''Description:''' | '''Description:''' | ||
Resource title - argument uses format '''["name","type",speed]''' or '''["name","type"]'''. | |||
Speed is ignored. | |||
Preload data the resource can be defined in the description.ext file. | |||
'''Example:''' | '''Example:''' | ||
'''preloadTitleRsc''' ["BIS", "PLAIN"] |
Revision as of 17:37, 1 July 2006
preloadTitleRsc effect
Operand types:
effect: Array
Type of returned value:
Description:
Resource title - argument uses format ["name","type",speed] or ["name","type"].
Speed is ignored.
Preload data the resource can be defined in the description.ext file.
Example:
preloadTitleRsc ["BIS", "PLAIN"]