switch: Difference between revisions

From Bohemia Interactive Community
Jump to navigation Jump to search
m (+ category)
mNo edit summary
Line 34: Line 34:
[[Category:Scripting Commands|SWITCH]]
[[Category:Scripting Commands|SWITCH]]
[[Category:Scripting Commands ArmA|SWITCH]]
[[Category:Scripting Commands ArmA|SWITCH]]
[[Category:Armed Assault: Control Flows|SWITCH]]
[[Category:ArmA: Control Structures|SWITCH]]
[[Category:Command Group: Program Flow|SWITCH]]
[[Category:Command Group: Program Flow|SWITCH]]

Revision as of 15:15, 19 December 2006

-wrong parameter ("Arma") defined!-1.00
Hover & click on the images for description

Description

Description:
See switch do
Groups:
Uncategorised

Syntax

Syntax:
switch exp
Parameters:
exp: Switch Type
Return Value:
Anything

Examples

Example 1:
switch (_a) do {case 1: {block}; case 2 : {block}; default {block};}

Additional Information

See also:
See also needed

Notes

Report bugs on the Feedback Tracker and/or discuss them on the Arma Discord or on the Forums.
Only post proven facts here! Add Note

Notes

Bottom Section