setWaypointStatements: Difference between revisions

From Bohemia Interactive Community
Jump to navigation Jump to search
mNo edit summary
mNo edit summary
Line 3: Line 3:
[[Category:Scripting Commands ArmA|SETWAYPOINTSTATEMENTS]]
[[Category:Scripting Commands ArmA|SETWAYPOINTSTATEMENTS]]


<new command not populated>


<h2 style="color:#000066">'''''waypoint'' setWaypointStatements ''[condition, statement]'''''</h2>


<h2 style="color:#000066">''''' setWaypointStatements '''''</h2>


'''Operand types:'''
'''waypoint:''' [[Array]]


'''Operand types:'''
[condition, statement]]: [[Array]]


'''Type of returned value:'''
'''Type of returned value:'''
[[Nothing]]


'''Compatibility:'''
'''Compatibility:'''
Version 1.86 required.


'''Description:'''
'''Description:'''
The waypoint is done only when the condition is fulfilled.
When the waypoint is done, the statement expression is executed.




'''Example:'''
'''Example:'''
[grp, 2] '''setWaypointStatements''' ["true", ""]

Revision as of 23:16, 4 July 2006


waypoint setWaypointStatements [condition, statement]


Operand types:

waypoint: Array

[condition, statement]]: Array

Type of returned value:

Nothing

Compatibility:

Version 1.86 required.

Description:

The waypoint is done only when the condition is fulfilled.

When the waypoint is done, the statement expression is executed.


Example:

[grp, 2] setWaypointStatements ["true", ""]