spawn args
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:
- Starts running a new script (Function). Additional arguments are passed in local _this variable.
The new script (Function) is running in parallel, spawn does not wait for it to be done. To check if it finished use scriptDone
Syntax
Examples
Additional Information
- Multiplayer:
- Behaviour unknown.
- See also:
- spawn code, call function, call code, compile, preprocessFile

