catch: Difference between revisions

From Bohemia Interactive Community
Jump to navigation Jump to search
mNo edit summary
m (catch controls the flow)
Line 1: Line 1:
[[Category:Scripting Commands|CATCH]]
[[Category:Scripting Commands|CATCH]]
[[Category:Scripting Commands ArmA|CATCH]]
[[Category:Scripting Commands ArmA|CATCH]]
[[Category:Armed Assault: Control Flows|CATCH]]





Revision as of 05:47, 23 July 2006


try-block catch filename


Operand types:

try-Block: ?

code: Code

Type of returned value:

Anything

Description:

Processes code, when exception is thrown in try block.