then

From Bohemia Interactive Community

Jump to: navigation, search
Editors, please check Policy: Scripting Command Page Syntax.
Introduced in Operation Flashpoint: Resistance version 1.85

Click on the images for descriptions

Introduced in

Game:
Operation Flashpoint: Resistance
Version:
1.85

Description

Description:
First or second element of array is executed depending on result of if condition. Result of the expression executed is returned as a result (result may be Nothing).

Syntax

Syntax:
if then else
Parameters:
if: If Type
else: Array
Return Value:
Anything

Examples

Example 1:
if (a>b) then {c=1} else {c=2}
Example 2:
if (a>b) then {c=1;c=2}

Additional Information

Multiplayer:
Behaviour unknown.
See also:
Control Structures, if, else

Notes

Notes

+ Add Note

Only post proven facts here. Use the talk page or the forums for discussions.

Notes

Ceeeb
Any variables you declare within the body of an if/then statement (ie between the curly braces) are local to that 'if' statement, and are destroyed at the end of the statement. If you know you want to use the variable outside the 'if' statement, make sure your declare it before the 'if' statement.

Bottom Section

Personal tools
Buy ArmA now!