|
|
(44 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 |
|
| |
|
| |gr1= Waypoints |=GROUP1 | | |game3= tkoh |
| ____________________________________________________________________________________________
| | |version3= 1.00 |
|
| |
|
| | Gets the waypoint type. | | |game4= arma3 |
| | |version4= 0.50 |
|
| |
|
| Type can be:
| | |gr1= Waypoints |
| * "MOVE"
| |
| * "DESTROY"
| |
| * "GETIN"
| |
| * "SAD"
| |
| * "JOIN"
| |
| * "LEADER"
| |
| * "GETOUT"
| |
| * "CYCLE"
| |
| * "LOAD"
| |
| * "UNLOAD"
| |
| * "TR UNLOAD"
| |
| * "HOLD"
| |
| * "SENTRY"
| |
| * "GUARD"
| |
| * "TALK"
| |
| * "SCRIPTED"
| |
| * "SUPPORT"
| |
| * "GETIN NEAREST"
| |
| * "DISMISS"
| |
| * "AND"
| |
| * "OR"
| |
|
| |
|
| More details at [[Waypoint types]].
| | |descr= Gets the waypoint type. |
| |DESCRIPTION= | | {{Feature|informative|See {{Link|Waypoints#Waypoint Types}} for more information.}} |
| ____________________________________________________________________________________________
| |
|
| |
|
| | '''waypointType''' waypoint |SYNTAX= | | |s1= [[waypointType]] waypoint |
|
| |
|
| |p1= waypoint: [[Array]] - format [[Waypoint]] |PARAMETER1= | | |p1= waypoint: [[Array]] - format [[Waypoint]] |
|
| |
|
| |p2= |PARAMETER2= | | |r1= [[String]] - returns {{hl|""}} if the waypoint doesn't exist. |
|
| |
|
| |p3= |PARAMETER3= | | |x1= <sqf>private _type = waypointType [groupOne, 1];</sqf> |
|
| |
|
| | [[String]] |RETURNVALUE= | | |seealso= [[Mission Editor: Waypoints#Select Type|waypoints description]] [[Waypoints]] [[waypoints]] [[setWaypointType]] |
| | |
| | |
| |x1= <code>[[waypointType]] [groupOne,1],
| |
| </code>|EXAMPLE1=
| |
| | |
| ____________________________________________________________________________________________
| |
| | |
| | [[Mission_Editor:_Waypoints#Select_Type|waypoints description]], [[Waypoint types]], [[waypoints]], [[setWaypointType]] |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:Scripting Commands Arma 2|{{uc:{{PAGENAME}}}}]]
| |
| [[Category:Scripting Commands Arma 3|{{uc:{{PAGENAME}}}}]]
| |
| [[Category:Scripting Commands Take On Helicopters|{{uc:{{PAGENAME}}}}]]
| |
| [[Category:Scripting Commands|{{uc:{{PAGENAME}}}}]]
| |
|
| |
|
| |
| <!-- CONTINUE Notes -->
| |
| <dl class="command_description">
| |
| <dd class="notedate">Posted on August 6, 2015 - 16:57 (UTC)</dd>
| |
| <dt class="note">[[User:Ghost77788|Ghost77788]]</dt>
| |
| <dd class="note">
| |
| With the new sling loading in Arma 3, 2 new waypoint types are added aswell being:
| |
| Drop Cargo and Lift Cargo.
| |
| The names for these 2 waypoints are:
| |
| "UNHOOK" and "HOOK".
| |
| </dd>
| |
| </dl>
| |
| <!-- DISCONTINUE Notes -->
| |
|
| |
| <!-- CONTINUE Notes -->
| |
| <dl class="command_description">
| |
| <dd class="notedate">Posted on July 30, 2020 - 09:14 (UTC)</dd>
| |
| <dt class="note">[[User:fusselwurm|fusselwurm]]</dt>
| |
| <dd class="note">
| |
| Returns empty string if passed waypoint does not exist.
| |
| </dd>
| |
| </dl>
| |
| <!-- DISCONTINUE Notes -->
| |