catch
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:
- Processes code when an exception is thrown in a try block. The exception caught can be found in the _exception variable.
Syntax
- Syntax:
- try-block catch code
- Parameters:
- try-Block Exception Type
- code Code
- Return Value:
- Anything
Examples
Additional Information
- Multiplayer:
- Behaviour unknown.
- See also:
- Exception handling

