catch: Difference between revisions
Jump to navigation
Jump to search
Badguy360th (talk | contribs) No edit summary |
m (Bot: Replacing category Scripting Commands Arma 3 with Arma 3: Scripting Commands) |
||
Line 35: | Line 35: | ||
[[Category:Scripting Commands ArmA|CATCH]] | [[Category:Scripting Commands ArmA|CATCH]] | ||
[[Category:Scripting Commands ArmA2|{{uc:{{PAGENAME}}}}]] | [[Category:Scripting Commands ArmA2|{{uc:{{PAGENAME}}}}]] | ||
[[Category: | [[Category:Arma 3: Scripting Commands]] | ||
[[Category: | [[Category:Scripting Commands Take On Helicopters|{{uc:{{PAGENAME}}}}]] | ||
[[Category:ArmA: Control Structures|CATCH]] | [[Category:ArmA: Control Structures|CATCH]] | ||
[[Category:Command Group: Program Flow|CATCH]] | [[Category:Command Group: Program Flow|CATCH]] |
Revision as of 16:55, 3 December 2018
Description
- Description:
- Processes code when an exception is thrown in a try block. The exception caught can be found in the _exception variable.
- Groups:
- Uncategorised
Syntax
- Syntax:
- try-block catch code
- Parameters:
- try-Block: Exception Type
- code: Code
- Return Value:
- Anything
Examples
- Examples:
- Example needed
Additional Information
- See also:
- Exception handlingtrythrow
Notes
-
Report bugs on the Feedback Tracker and/or discuss them on the Arma Discord or on the Forums.
Only post proven facts here! Add Note