limitSpeed: Difference between revisions
Jump to navigation
Jump to search
(only temporary effect) |
mNo edit summary |
||
Line 10: | Line 10: | ||
____________________________________________________________________________________________ | ____________________________________________________________________________________________ | ||
| | | objectName '''limitSpeed''' speed |= Syntax | ||
|p1= [[Object | |p1= objectName: [[Object]] |= Parameter 1 | ||
|p2= speed: [[Number]] |= Parameter 2 | |p2= speed: [[Number]] |= Parameter 2 |
Revision as of 19:49, 23 January 2009
Description
- Description:
- Limit speed of given vehicle or person to given value (in km/h).
- Groups:
- Uncategorised
Syntax
- Syntax:
- objectName limitSpeed speed
- Parameters:
- objectName: Object
- 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)