velocity: Difference between revisions
Jump to navigation
Jump to search
(Velocity used in example would have errored, as it returns an array and not a number) |
mNo edit summary |
||
Line 1: | Line 1: | ||
{{Command|= Comments | |||
____________________________________________________________________________________________ | |||
| ofpr |= Game name | |||
|1.8|= Game version | |||
____________________________________________________________________________________________ | |||
| Return velocity (speed vector) of vehicle as array [x, z, y]. |= Description | |||
____________________________________________________________________________________________ | |||
''' | | '''velocity''' vehicle |= Syntax | ||
|p1= vehicle: [[Object]] |= Parameter 1 | |||
| [[Array]] |= Return value | |||
____________________________________________________________________________________________ | |||
|x1= <pre>vector = velocity jeep Advanced: _vehicle setVelocity [(velocity _vehicle select 0)+(sin _dir*_speed),(velocity _vehicle select 1)+(cos _dir*_speed),(velocity _vehicle select 2)]</pre> |= Example 1 | |||
____________________________________________________________________________________________ | |||
| |= See also | |||
}} | |||
<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:Scripting Commands|VELOCITY]] | |||
[[Category:Scripting Commands OFP 1.96|VELOCITY]] | |||
[[Category:Scripting Commands ArmA|VELOCITY]] | |||
Revision as of 22:48, 1 August 2006
Description
- Description:
- Return velocity (speed vector) of vehicle as array [x, z, y].
- Groups:
- Uncategorised
Syntax
Examples
- Example 1:
vector = velocity jeep Advanced: _vehicle setVelocity [(velocity _vehicle select 0)+(sin _dir*_speed),(velocity _vehicle select 1)+(cos _dir*_speed),(velocity _vehicle select 2)]
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