switch: Difference between revisions
Jump to navigation
Jump to search
No edit summary |
No edit summary |
||
Line 1: | Line 1: | ||
[[Category:Scripting Commands|SWITCH]] | [[Category:Scripting Commands|SWITCH]] | ||
[[Category:Scripting Commands ArmA|SWITCH]] | [[Category:Scripting Commands ArmA|SWITCH]] | ||
[[Category: | [[Category:Control Flows ArmA|SWITCH]] | ||
[[Category:Scripting Commands]] | [[Category:Scripting Commands]] | ||
{{ArmA-disclaimer}} | {{ArmA-disclaimer}} |
Revision as of 18:29, 21 July 2006
Introduction
Scripting commands available in Armed Assault.
switch exp
Operand types:
exp: Anything
Type of returned value:
Description:
Begins switch form
Example:
switch (_a) do { case 1: {block}; case 2 : {block}; default {block};}