setVelocityTransformation: Difference between revisions
Jump to navigation
Jump to search
Killzone Kid (talk | contribs) mNo edit summary |
(example) |
||
Line 25: | Line 25: | ||
____________________________________________________________________________________________ | ____________________________________________________________________________________________ | ||
|x1= <code> | |x1= <code>_tracker [[setVelocityTransformation]] [ | ||
[[getPosASL]] _currentPos, | |||
[[getPosASL]] _nextPos, | |||
[[velocity]] _currentVelocity, | |||
[[velocity]] _nextVelocity, | |||
[[vectorDir]] _currentVectorDir, | |||
[[vectorDir]] _nextVectorDir, | |||
[[vectorUp]] _currentVectorUp, | |||
[[vectorUp]] _nextVectorUp, | |||
_timeDiff | |||
]; | ]; | ||
</code> |= Example 1 | |||
____________________________________________________________________________________________ | ____________________________________________________________________________________________ | ||
Revision as of 05:22, 4 August 2014
Description
- Description:
- Interpolate and sets vectors. For additional info see this resource.
- Groups:
- Uncategorised
Syntax
- Syntax:
- objectName setVelocityTransformation [position1, position2, velocity1, velocity2, direction1, direction2, up1, up2, time]
- Parameters:
- objectName: Object
- position1: Number
- position2: Number
- velocity1: Number
- velocity2: Number
- direction1: Number
- direction2: Number
- up1: Number
- up2: Number
- time: Number
- Return Value:
- Nothing
Examples
- Example 1:
_tracker setVelocityTransformation [ getPosASL _currentPos, getPosASL _nextPos, velocity _currentVelocity, velocity _nextVelocity, vectorDir _currentVectorDir, vectorDir _nextVectorDir, vectorUp _currentVectorUp, vectorUp _nextVectorUp, _timeDiff ];
Additional Information
- See also:
- velocity, velocityModelSpace, setVelocity
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
Bottom Section
Categories:
- Scripting Commands
- Introduced with Arma 2: Operation Arrowhead version 1.51
- Arma 2: Operation Arrowhead: New Scripting Commands
- Arma 2: Operation Arrowhead: Scripting Commands
- Command Group: Uncategorised
- Scripting Commands ArmA2
- Scripting Commands Arma 3
- Scripting Commands Take On Helicopters
- ArmA 2 OA: New Scripting Commands List