|
|
(47 intermediate revisions by 2 users not shown) |
Line 1: |
Line 1: |
| {{Command|Comments= | | {{RV|type=command |
| ____________________________________________________________________________________________
| |
|
| |
|
| | arma3 |Game name= | | |game1= arma3 |
| | |version1= 0.50 |
|
| |
|
| |0.50|Game version= | | |gr1= Waypoints |
|
| |
|
| |gr1= Waypoints |GROUP1= | | |descr= Gets the waypoint name. |
| ____________________________________________________________________________________________
| |
|
| |
|
| | Gets the waypoint name. |DESCRIPTION= | | |s1= [[waypointName]] waypoint |
| ____________________________________________________________________________________________
| |
|
| |
|
| | '''waypointName''' waypoint |SYNTAX= | | |p1= waypoint: [[Array]] format [[Waypoint]] |
|
| |
|
| |p1= waypoint: [[Waypoint]] |PARAMETER1= | | |r1= [[String]] |
|
| |
|
| | [[String]] |RETURNVALUE= | | |x1= <sqf>_wpName = waypointName [_grp, 2];</sqf> |
|
| |
|
| | | |seealso= [[setWaypointName]] [[waypointPosition]] [[waypointSpeed]] |
| |x1= <code>_wpName = [[waypointName]] [_grp,2]; | |
| </code>|EXAMPLE1=
| |
| | |
| ____________________________________________________________________________________________
| |
| | |
| | [[deleteWaypoint]], [[copyWaypoints]], [[setCurrentWaypoint]], [[setWaypointBehaviour]], [[setWaypointCombatMode]], [[setWaypointCompletionRadius]], [[setWaypointDescription]], [[setWaypointFormation]], [[setWaypointHousePosition]], [[setWaypointPosition]], [[setWaypointScript]], [[setWaypointSpeed]], [[setWaypointStatements]], [[setWaypointTimeout]], [[setWaypointType]], [[setWaypointVisible]], [[waypointAttachVehicle]], [[waypointAttachedVehicle]], [[setWaypointLoiterRadius]], [[waypointLoiterRadius]], [[addWaypoint]], [[setWaypointLoiterType]], [[waypoints]], [[waypointSpeed]], [[setWPPos]] |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_3:_New_Scripting_Commands_List|{{uc:{{PAGENAME}}}}]]
| |
| [[Category:Scripting Commands Arma 3|{{uc:{{PAGENAME}}}}]]
| |
| [[Category:Scripting Commands|{{uc:{{PAGENAME}}}}]]
| |