try

From Bohemia Interactive Community

Jump to: navigation, search
Editors, please check Policy: Scripting Command Page Syntax.
Introduced in Armed Assault version 1.00

Click on the images for descriptions

Introduced in

Game:
Armed Assault
Version:
1.00

Description

Description:
Defines a try-catch structure. This sets up an exception handling block. Any thrown exception in a try block is caught in a catch block. The structured exception block has following form:

try //begin of try-catch block 
 { //block, that can throw exception } 
catch
 { //block, that process an exception. Exception is described in _exception variable };  

Syntax

Syntax:
try code
Parameters:
code: Code
Return Value:
Nothing

Examples

Additional Information

Multiplayer:
Behaviour unknown.
See also:
Exception handling

Notes

Notes

+ Add Note

Only post proven facts here. Use the talk page or the forums for discussions.

Notes

Bottom Section

Personal tools
Buy ArmA now!