switch do block

Operand types

switch: Switch Type
block: Code

Type of returned value

Description

Switch form.

Used In

ArmA

Example

switch (_a) do
{
case 1:
{block;};
case 2:
{block;};
default {block;};
};
Search OFPEC COMREF