catch

From Bohemia Interactive Community
Revision as of 06:07, 23 July 2006 by Zyklone (talk | contribs) (add info about _exception variable)
Jump to navigation Jump to search


try-block catch filename


Operand types:

try-Block: ?

code: Code

Type of returned value:

Anything

Description:

Processes code when an exception is thrown in a try block.

The exception caught can be found in the _exception variable.