waypointCombatMode: Difference between revisions

From Bohemia Interactive Community
Jump to navigation Jump to search
m (template:command argument fix)
m (Text replacement - "(\|[pr][0-9]+ *= *[^- ]*) *- *O([a-z ])" to "$1 - o$2")
 
(29 intermediate revisions by 2 users not shown)
Line 1: Line 1:
{{Command|= Comments
{{RV|type=command
____________________________________________________________________________________________


| arma2 |= Game name
|game1= arma2
|version1= 1.00


|1.00|= Game version
|game2= arma2oa
____________________________________________________________________________________________
|version2= 1.50


| Gets the waypoint combat mode. |DESCRIPTION=
|game3= tkoh
____________________________________________________________________________________________
|version3= 1.00


| '''waypointCombatMode''' waypoint |SYNTAX=
|game4= arma3
|version4= 0.50


|p1= waypoint: [[Array]] - format [[Waypoint]]  |PARAMETER1=  
|gr1= Waypoints


|p2= |PARAMETER2=  
|descr= Gets the waypoint's combat mode setting.


|p3= |PARAMETER3=  
|s1= [[waypointCombatMode]] waypoint


| [[String]] |RETURNVALUE=
|p1= waypoint: [[Array]] - format [[Waypoint]]


|r1= [[String]] - one of "BLUE", "GREEN", "WHITE", "YELLOW" and "RED" or "ERROR"


|x1= <code>waypointCombatMode [groupOne,1]</code>|EXAMPLE1=
|x1= <sqf>waypointCombatMode [groupOne, 1];</sqf>


____________________________________________________________________________________________
|seealso= [[Combat Modes]] [[waypoints]] [[setWaypointCombatMode]]
 
| [[Mission_Editor:_Waypoints#Combat_Mode|combat mode description]], [[ArmA:_AI_Combat_Modes|AI Combat Modes]], [[waypoints]], [[setWaypointCombatMode]] |SEEALSO=
 
|  |MPBEHAVIOUR=
____________________________________________________________________________________________
}}
}}
<h3 style='display:none'>Notes</h3>
<dl class='command_description'>
<!-- Note Section BEGIN -->
<!-- Note Section END -->
</dl>
<h3 style='display:none'>Bottom Section</h3>
[[Category:ArmA 2: New Scripting Commands List|{{uc:{{PAGENAME}}}}]]
[[Category:Scripting Commands ArmA2|{{uc:{{PAGENAME}}}}]]
[[Category:Scripting Commands Arma 3|{{uc:{{PAGENAME}}}}]]
[[Category:Scripting_Commands_Take_On_Helicopters|{{uc:{{PAGENAME}}}}]]
[[Category:Scripting Commands|{{uc:{{PAGENAME}}}}]]
[[Category:Command_Group:_Waypoints|{{uc:{{PAGENAME}}}}]]

Latest revision as of 16:44, 8 November 2023

Hover & click on the images for description

Description

Description:
Gets the waypoint's combat mode setting.
Groups:
Waypoints

Syntax

Syntax:
waypointCombatMode waypoint
Parameters:
waypoint: Array - format Waypoint
Return Value:
String - one of "BLUE", "GREEN", "WHITE", "YELLOW" and "RED" or "ERROR"

Examples

Example 1:
waypointCombatMode [groupOne, 1];

Additional Information

See also:
Combat Modes waypoints setWaypointCombatMode

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