BIS_fnc_halo

From Bohemia Interactive Community
Revision as of 01:29, 5 October 2016 by Demellion (talk | contribs)
Jump to navigation Jump to search


Hover & click on the images for description

Description

Description:
/*
	File: fn_HALO.sqf

	Description:
	High Altitude Low Opening

	Parameter(s):
	_this:	ARRAY	- starts HALO jump directly
		OBJECT	- waits until unit in array is out of vehicle

	Returns:
	Nothing
*/

(Placeholder description extracted from the function header by BIS_fnc_exportFunctionsToWiki)
Execution:
call
Groups:
Uncategorised

Syntax

Syntax:
Syntax needed
Return Value:
Return value needed

Examples

Example 1:
Instantly shutes the player object [player] call BIS_fnc_halo;
Example 2:
Increases the altitude of player by 100 and gives action to shute [player,100] call BIS_fnc_halo;

Additional Information

See also:
See also needed

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