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