BIS fnc wpWinchLoad: Difference between revisions
Jump to navigation
Jump to search
(Created page with "{{Function|= Comments ____________________________________________________________________________________________ | TKOH |= Game name |1.00|= Game version ____________________...") |
mNo edit summary |
||
Line 28: | Line 28: | ||
____________________________________________________________________________________________ | ____________________________________________________________________________________________ | ||
|x1= <code><nowiki>[</nowiki>[[player]], dude, [5, 1, rescuer, { | |x1= <code><nowiki>[</nowiki>[[player]], dude, [5, 1, rescuer, {[[hintC]] "Rescuer died!"}, {[[hintC]] "Dude saved"}]] [[spawn]] BIS_fnc_wpWinchLoad;</code> |= Example 1 | ||
____________________________________________________________________________________________ | ____________________________________________________________________________________________ |
Revision as of 09:38, 27 October 2011
Description
- Description:
- WINCH LOAD custom waypoint. Load a group into helicopter cargo using winch.
- Execution:
- spawn
- Groups:
- Uncategorised
Syntax
- Syntax:
- arguments: [limitHeight,winchID,crewman,failCode,loadCode]
- Parameters:
- limitHeight: Number - height tolerance from waypoint's height (default: 10m)
- winchID: Number - ID of vehicle's winch position. Positions are defined in vehicle's config under RopePositions >> Winch (default: 0)
- crewman: Object - person going down on a rope (default: 2nd person in vehicle's crew)
- failCode: Code - code executed when anything happens to persons on rope (default: {})
- loadCode: Code - code executed everytime person from a group is loaded into helicopter (default: {})
- Return Value:
- Nothing
Examples
- Example 1:
[player, dude, [5, 1, rescuer, {hintC "Rescuer died!"}, {hintC "Dude saved"}]] spawn BIS_fnc_wpWinchLoad;
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