preloadTitleRsc
From Bohemia Interactive Community
| Editors, please check Policy: Scripting Command Page Syntax. |
Click on the images for descriptions
Introduced in
- Game:
- Armed Assault
- Version:
- 1.00
Description
- Description:
- Resource title - Preload data.
The resource can be defined in the Description.ext file.
Syntax
- Syntax:
- Boolean = preloadTitleRsc ["Classname","type",speed]
- Parameters:
- Classname: String defined in Description.ext for the mission
- Type: String "PLAIN" eg
- speed: Optional and ignored
- Return Value:
- Boolean
Examples
- Example 1:
_ok=preloadTitleRsc ["BIS", "PLAIN"]
Additional Information
- Multiplayer:
- Behaviour unknown.

