BIS fnc halo: Difference between revisions
Jump to navigation
Jump to search
No edit summary |
No edit summary |
||
Line 33: | Line 33: | ||
____________________________________________________________________________________________ | ____________________________________________________________________________________________ | ||
|x1= <code>[player] call BIS_fnc_halo | |x1=Instantly shutes the player object <code>[player] call BIS_fnc_halo;</code> |= | ||
|x2= | |x2=Increases the altitude of player by 100 and gives action to shute <code>[player,100] call BIS_fnc_halo;</code> |= | ||
____________________________________________________________________________________________ | ____________________________________________________________________________________________ | ||
Revision as of 00:29, 5 October 2016
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