velocity: Difference between revisions

From Bohemia Interactive Community
Jump to navigation Jump to search
m (Text replacement - "[[Category:Scripting_Commands_Take_On_Helicopters" to "[[Category:Scripting Commands Take On Helicopters")
m (Text replacement - " " to " ")
(17 intermediate revisions by 2 users not shown)
Line 1: Line 1:
{{Command|Comments=
{{RV|type=command
____________________________________________________________________________________________


| ofpr |Game name=
|game1= ofp
|version1= 1.80


|1.80|Game version=
|game2= ofpe
____________________________________________________________________________________________
|version2= 1.00


| Return velocity (speed vector) of [[Object#Unit|Unit]] as an array with format [x, y, z].
|game3= arma1
{{Important|Units are in metres per second.}} |Description=
|version3= 1.00
____________________________________________________________________________________________


| [[velocity]] vehicleName |Syntax=
|game4= arma2
|version4= 1.00


|p1= vehicleName: [[Object]] |Parameter 1=
|game5= arma2oa
|version5= 1.50


| [[Array]] |Return value=
|game6= tkoh
____________________________________________________________________________________________
|version6= 1.00
 
|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=
|game7= arma3
}}
|version7= 0.50
 
|gr1= Object Manipulation
 
|descr= Returns the velocity of the object as vector in m/s.
 
|s1= [[velocity]] object
 
|p1= object: [[Object]]


<h3 style="display:none">Notes</h3>
|r1= [[Array]] - [[Vector3D]]
<dl class="command_description">
<!-- Note Section BEGIN -->


<!-- Note Section END -->
|x1= <code>_vector = [[velocity]] jeep;</code>
</dl>


<h3 style="display:none">Bottom Section</h3>
|x2= <code>[[if]] (([[velocity]] _plane1 [[select]] 2) > 50) [[then]] { [[hint]] "Aircraft is climbing up too fast!"; };</code>


[[Category:Scripting Commands|{{uc:{{PAGENAME}}}}]]
|seealso= [[setVelocity]], [[velocityModelSpace]], [[setVelocityModelSpace]], [[setVelocityTransformation]], [[speed]]
[[Category:Scripting Commands OFP 1.96|{{uc:{{PAGENAME}}}}]]
}}
[[Category:Scripting Commands OFP 1.99|{{uc:{{PAGENAME}}}}]]
[[Category:Scripting Commands ArmA|{{uc:{{PAGENAME}}}}]]
[[Category:Scripting Commands Arma 2|{{uc:{{PAGENAME}}}}]]
[[Category:Scripting Commands Arma 2|{{uc:{{PAGENAME}}}}]]
[[Category:Scripting Commands Take On Helicopters|{{uc:{{PAGENAME}}}}]]
[[Category:Scripting Commands Arma 3|{{uc:{{PAGENAME}}}}]]

Revision as of 21:22, 10 June 2021

Hover & click on the images for description

Description

Description:
Returns the velocity of the object as vector in m/s.
Groups:
Object Manipulation

Syntax

Syntax:
velocity object
Parameters:
object: Object
Return Value:
Array - Vector3D

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

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