waypointSpeed: Difference between revisions

From Bohemia Interactive Community
Jump to navigation Jump to search
(extend syntax/example)
Line 19: Line 19:
| '''waypointSpeed''' waypoint |= Syntax
| '''waypointSpeed''' waypoint |= Syntax


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


|p2= |= PARAMETER2
| [[String]] - see description |= RETURNVALUE


|p3= |= PARAMETER3


| [[String]] |= RETURNVALUE
|x1= <code>_speed = [[waypointSpeed]] [groupOne,1];</code>|= EXAMPLE1  
 
 
|x1= <code>waypointSpeed [groupOne,1]</code>|= EXAMPLE1  


____________________________________________________________________________________________
____________________________________________________________________________________________

Revision as of 21:43, 1 August 2014

Hover & click on the images for description

Description

Description:
Gets the waypoint speed. Possible values are:
  • "UNCHANGED"
  • "LIMITED"
  • "NORMAL"
  • "FULL"
Groups:
Uncategorised

Syntax

Syntax:
waypointSpeed waypoint
Parameters:
waypoint: Array - format Waypoint
Return Value:
String - see description

Examples

Example 1:
_speed = waypointSpeed [groupOne,1];

Additional Information

See also:
waypointssetWaypointSpeed

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

Notes

Bottom Section