Difference between revisions of "velocity"
Jump to navigation
Jump to search
m (Text replacement - "<h3 style="display:none">Bottom Section</h3> " to "") |
|||
(41 intermediate revisions by 18 users not shown) | |||
Line 1: | Line 1: | ||
− | + | {{Command|Comments= | |
− | |||
− | |||
− | + | | ofpr |Game name= | |
− | + | |1.80|Game version= | |
+ | |gr1= Object Manipulation |GROUP1= | ||
− | + | | Return velocity (speed vector) of [[Object#Unit|Unit]] as an array with format [x, y, z]. | |
+ | {{Important|Units are in metres per second.}} |Description= | ||
− | + | | [[velocity]] vehicleName |Syntax= | |
− | + | |p1= vehicleName: [[Object]] |Parameter 1= | |
− | [[Array]] | + | | [[Array]] |Return value= |
+ | |||
+ | |x1= <code>_vector = [[velocity]] jeep;</code> |Example 1= | ||
+ | |x2= <code>[[if]] (([[velocity]] _plane1 [[select]] 2) > 50) [[then]] { [[hint]] "Aircraft is climbing up too fast!"; };</code> |Example 2= | ||
− | + | | [[setVelocity]], [[velocityModelSpace]], [[setVelocityModelSpace]], [[setVelocityTransformation]], [[speed]] |See also= | |
+ | }} | ||
− | |||
− | + | [[Category:Scripting Commands|{{uc:{{PAGENAME}}}}]] | |
− | + | [[Category:Scripting Commands OFP 1.96|{{uc:{{PAGENAME}}}}]] | |
− | + | [[Category:Scripting Commands OFP 1.99|{{uc:{{PAGENAME}}}}]] | |
− | + | {{GameCategory|arma1|Scripting Commands}} | |
− | + | {{GameCategory|arma2|Scripting Commands}} | |
− | + | {{GameCategory|arma2|Scripting Commands}} | |
− | + | {{GameCategory|tkoh|Scripting Commands}} | |
− | + | {{GameCategory|arma3|Scripting Commands}} |
Latest revision as of 02:58, 18 January 2021
Hover & click on the images for descriptions
Description
- Description:
- Return velocity (speed vector) of Unit as an array with format [x, y, z].
Syntax
Examples
- Example 1:
-
_vector = velocity jeep;
- Example 2:
-
if ((velocity _plane1 select 2) > 50) then { hint "Aircraft is climbing up too fast!"; };
Additional Information
- See also:
- setVelocityvelocityModelSpacesetVelocityModelSpacesetVelocityTransformationspeed
- Groups:
- Object Manipulation
Notes
Categories:
- Scripting Commands
- Operation Flashpoint: Resistance: Scripting Commands
- Operation Flashpoint: Resistance: New Scripting Commands
- Command Group: Object Manipulation
- Introduced with Operation Flashpoint: Resistance version 1.80
- Scripting Commands OFP 1.96
- Scripting Commands OFP 1.99
- ArmA: Armed Assault: Scripting Commands
- Arma 2: Scripting Commands
- Take On Helicopters: Scripting Commands
- Arma 3: Scripting Commands