switch

From Bohemia Interactive Community
Revision as of 04:32, 12 April 2007 by Qi8S0s (talk | contribs)
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 {