limitSpeed: Difference between revisions

From Bohemia Interactive Community
Jump to navigation Jump to search
mNo edit summary
(only temporary effect)
Line 26: Line 26:
<dl class="command_description">
<dl class="command_description">
<!-- Note Section BEGIN -->
<!-- Note Section BEGIN -->
<dd class="notedate">Posted on 9 February 2008</dd>
<dt class="note>'''[[User:Kronzky|Kronzky]]'''</dt>
<dd class="note">Has only an ''temporary'' effect on the vehicle specified (i.e. vehicle goes back to its previous speed right away). So, in order for this command to have a ''real'', noticeable effect, it would have to be issued continuously (e.g. via a script loop). (V1.08.5163)</dd>


<!-- Note Section END -->
<!-- Note Section END -->

Revision as of 21:16, 9 February 2008

-wrong parameter ("Arma") defined!-1.00
Hover & click on the images for description

Description

Description:
Limit speed of given vehicle or person to given value (in km/h).
Groups:
Uncategorised

Syntax

Syntax:
Unit limitSpeed speed
Parameters:
Unit
speed: Number
Return Value:
Nothing

Examples

Examples:
Example needed

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

Posted on 9 February 2008
Kronzky
Has only an temporary effect on the vehicle specified (i.e. vehicle goes back to its previous speed right away). So, in order for this command to have a real, noticeable effect, it would have to be issued continuously (e.g. via a script loop). (V1.08.5163)

Bottom Section