catch

From Bohemia Interactive Community
Revision as of 13:27, 23 July 2006 by Planck (talk | contribs)
Jump to navigation Jump to search


try-block catch code


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.