setUnitFreefallHeight: Difference between revisions

From Bohemia Interactive Community
Jump to navigation Jump to search
(Created page with "{{RV|type=command |game1= arma3 |version1= 2.10 |branch= dev |arg= local |eff= global |gr1= Object Manipulation |descr= Sets minimum freefall height AGL per unit, at whic...")
 
No edit summary
Line 20: Line 20:


|r1= [[Nothing]]
|r1= [[Nothing]]
|x1= <code>unit1 [[setUnitFreefallHeight]] 1000;</code>
|x1= <code>[[player]] [[setUnitFreefallHeight]] 1000;</code>


|seealso= [[getUnitFreefallInfo]] [[getPosASL]] [[ASLtoAGL]]
|seealso= [[getUnitFreefallInfo]] [[getPosASL]] [[ASLtoAGL]]
}}
}}

Revision as of 13:35, 9 February 2022

Hover & click on the images for description
Only available in Development branch(es) until its release with Arma 3 patch v2.10.

Description

Description:
Sets minimum freefall height AGL per unit, at which the unit assumes HALO pose. Current engine default is 100m. Use -1 to reset the height to default.
Groups:
Object Manipulation

Syntax

Syntax:
unit setUnitFreefallHeight minHeight
Parameters:
unit: Object - unit
minHeight: String - min freefall height, -1 to set default
Return Value:
Nothing

Examples

Example 1:
player setUnitFreefallHeight 1000;

Additional Information

See also:
getUnitFreefallInfo getPosASL ASLtoAGL

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