catch
Revision as of 21:44, 19 September 2019 by Lou Montana (talk | contribs) (Text replacement - "\[\[Category:ArmA: Control Structures\|[a-zA-Z0-9 _]*\]\]" to "")
Hover & click on the images for descriptions
Description
- Description:
- Processes code when an exception is thrown in a try block. The exception caught can be found in the _exception variable.
Syntax
- Syntax:
- try-block catch code
- Parameters:
- try-Block: Exception Type
- code: Code
- Return Value:
- Anything
Examples
- Example:
- Example needed
Additional Information
- See also:
- Exception handlingtrythrow
- Groups:
- Uncategorised
Notes
Notes
Bottom Section
Categories:
- Scripting Commands
- Arma: Scripting Commands
- Arma: New Scripting Commands
- Command Group: Uncategorised
- Pages with broken file links
- Introduced with Arma version 1.00
- Example needed
- Scripting Commands ArmA
- Scripting Commands ArmA2
- Scripting Commands Arma 3
- Scripting Commands Take On Helicopters
- Command Group: Program Flow