vectorUp: Difference between revisions
Jump to navigation
Jump to search
Killzone Kid (talk | contribs) (seealso) |
(Returns the pitch and bank of an object in degrees, use BIS_fnc_getPitchBank instead.) |
||
Line 24: | Line 24: | ||
<dl class="command_description"> | <dl class="command_description"> | ||
<!-- Note Section BEGIN --> | <!-- Note Section BEGIN --> | ||
<dd class="notedate">Posted on 28 Jun, 2014 | |||
<dt class="note">'''[[User:ffur2007slx2_5| ffur2007slx2_5]]'''<dd class="note"> | |||
(ArmA3 1.22) Returns the pitch and bank of an object in degrees, use [[BIS_fnc_getPitchBank]] instead. | |||
<!-- Note Section END --> | <!-- Note Section END --> | ||
</dl> | </dl> |
Revision as of 14:58, 28 June 2014
Description
- Description:
- Return object's up vector in world Position coordinates ( [x, y, z] ).
- Groups:
- Uncategorised
Syntax
- Syntax:
- Array = vectorUp objectName
- Parameters:
- objectName: Object
- Return Value:
- Array - format Position
Examples
- Examples:
- Example needed
Additional Information
- See also:
- vectorDirsetVectorDirsetVectorUpsetVectorDirAndUpvectorDiffvectorAddvectorMultiplyvectorCrossProductvectorDistancevectorMagnitudeSqrvectorDistanceSqrvectorCosvectorMagnitudevectorDotProduct
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
- Posted on 28 Jun, 2014
- ffur2007slx2_5
- (ArmA3 1.22) Returns the pitch and bank of an object in degrees, use BIS_fnc_getPitchBank instead.