setUnitFreefallHeight: Difference between revisions
Jump to navigation
Jump to search
Lou Montana (talk | contribs) m (Text replacement - "\|branch= *dev " to "") |
Hypoxic125 (talk | contribs) No edit summary |
||
Line 24: | Line 24: | ||
|seealso= [[getUnitFreefallInfo]] [[getPosASL]] [[ASLToAGL]] | |seealso= [[getUnitFreefallInfo]] [[getPosASL]] [[ASLToAGL]] | ||
}} | |||
{{Note | |||
|user= Hypoxic125 | |||
|timestamp= 20240607233513 | |||
|text= For player units, you must reapply setUnitFreefallHeight upon respawning. | |||
}} | }} |
Latest revision as of 00:35, 8 June 2024
Description
- Description:
- Sets minimum freefall height AGL per unit, at which the unit assumes HALO pose. 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: Number - min freefall height, -1 to set default
- Return Value:
- Nothing
Examples
- Example 1:
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
- Posted on Jun 07, 2024 - 23:35 (UTC)
- For player units, you must reapply setUnitFreefallHeight upon respawning.