switch
Jump to navigation
Jump to search
{{Command|= Comments ____________________________________________________________________________________________
| arma |= Game name
|1.00|= Game version ____________________________________________________________________________________________
| See switch do |= Description ____________________________________________________________________________________________
| switch exp |= Syntax
|p1= exp: Switch Type |= Parameter 1
| Anything |= Return value ____________________________________________________________________________________________
|x1= switch (_a) do {case 1: {block}; case 2 : {block}; default {block};}
|= Example 1
|x2= _color=switch (side player) do {