getUnitFreefallInfo: Difference between revisions
Jump to navigation
Jump to search
Killzone Kid (talk | contribs) No edit summary |
Lou Montana (talk | contribs) |
||
Line 10: | Line 10: | ||
|descr= Returns unit's freefall info in array [isFalling, isInFreefallPose, minFreefallHeight], where | |descr= Returns unit's freefall info in array [isFalling, isInFreefallPose, minFreefallHeight], where | ||
* isFalling [[ | * isFalling [[Boolean]] - [[true]] if unit is falling | ||
* isInFreefallPose [[ | * isInFreefallPose [[Boolean]] - [[true]] if unit is in freefall pose | ||
* minFreefallHeight [[Number]] - current minimum freefall height (see [[setUnitFreefallHeight]]) | * minFreefallHeight [[Number]] - current minimum freefall height (see [[setUnitFreefallHeight]]) | ||
Revision as of 15:10, 22 April 2022
Description
- Description:
- Returns unit's freefall info in array [isFalling, isInFreefallPose, minFreefallHeight], where
- Groups:
- Object Manipulation
Syntax
- Syntax:
- getUnitFreefallInfo unit
- Parameters:
- unit: Object - unit
- Return Value:
- Array - see description
Examples
- Example 1:
getUnitFreefallInfo player;
Additional Information
- See also:
- setUnitFreefallHeight getUserInfo getModelInfo
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