Template:ArmA-disclaimer
Introduction
Scripting commands available in Armed Assault.
Back To Scripting
switch exp
Operand types:
exp: Anything
Type of returned value:
Switch Type
Description:
Begins switch form
Example:
switch (_a) do { case 1: {block}; case 2 : {block}; default {block};}