Difference between revisions of "velocity"
Jump to navigation
Jump to search
(Velocity used in example would have errored, as it returns an array and not a number) |
m |
||
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
Click on the images for descriptions
Introduced in
- Game:
- Operation Flashpoint: Resistance
- Version:
- 1.8
Description
- Description:
- Return velocity (speed vector) of vehicle as array [x, z, y].
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
- Multiplayer:
- -
- See also:
- See also needed
Notes
Only post proven facts here. Report bugs on the feedback tracker. Use the talk page or the forums for discussions.
Add New Note | How To
Add New Note | How To