setSpeedMode: Difference between revisions

From Bohemia Interactive Community
Jump to navigation Jump to search
mNo edit summary
mNo edit summary
Line 14: Line 14:
____________________________________________________________________________________________
____________________________________________________________________________________________


| group '''setSpeedMode''' mode |= Syntax
| UnitOrGroup '''setSpeedMode''' "mode" |= Syntax


|p1= group: [[Object]] or [[Group]] |= Parameter 1
|p1= UnitOrGroup : [[Object#Unit|Unit]] or [[Group]] |= Parameter 1


|p2= mode: [[String]] |= Parameter 2
|p2= mode: [[String]] |= Parameter 2
Line 23: Line 23:
____________________________________________________________________________________________
____________________________________________________________________________________________
   
   
|x1= <pre>groupOne setSpeedMode "LIMITED"</pre> |= Example 1
|x1= <pre>_groupOne setSpeedMode "LIMITED"</pre> |= Example 1
____________________________________________________________________________________________
____________________________________________________________________________________________



Revision as of 11:51, 31 August 2007

Hover & click on the images for description

Description

Description:
Set group speed mode. Mode may be one of:
  • "LIMITED" (half speed)
  • "NORMAL" (full speed, maintain formation)
  • "FULL" (do not wait for any other units in formation)
Groups:
Uncategorised

Syntax

Syntax:
UnitOrGroup setSpeedMode "mode"
Parameters:
UnitOrGroup : Unit or Group
mode: String
Return Value:
Nothing

Examples

Example 1:
_groupOne setSpeedMode "LIMITED"

Additional Information

See also:
See also needed

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