BIS fnc wpDemine: Difference between revisions
Jump to navigation
Jump to search
Lou Montana (talk | contribs) m (Text replacement - " +" to " ") |
Lou Montana (talk | contribs) m (Text replacement - " *; * +\|p1=" to " |p1=") |
||
Line 4: | Line 4: | ||
_pos = _this param [1,[],[[]],3]; | _pos = _this param [1,[],[[]],3]; | ||
_target = _this param [2,objnull,[objnull]]; | _target = _this param [2,objnull,[objnull]]; | ||
_clearUnknown = _this param [3,true,[true]] | _clearUnknown = _this param [3,true,[true]] | ||
|p1= group: [[Group]] - a group with a mine expert|p2= position: [[Position]] - the demining centre. Demining radius is defined by [[waypointCompletionRadius]], and defaults to 50 if set to 0|p3= target: [[Anything]] - (Optional, default [[objNull]]) unused parameter|p4= clearUnknownMines: [[Boolean]] - (Optional, default [[true]]) should the group demine all mines or only the one [[detectedMines|its side knows about]]|r1= [[Nothing]] | |p1= group: [[Group]] - a group with a mine expert|p2= position: [[Position]] - the demining centre. Demining radius is defined by [[waypointCompletionRadius]], and defaults to 50 if set to 0|p3= target: [[Anything]] - (Optional, default [[objNull]]) unused parameter|p4= clearUnknownMines: [[Boolean]] - (Optional, default [[true]]) should the group demine all mines or only the one [[detectedMines|its side knows about]]|r1= [[Nothing]] |
Revision as of 20:41, 12 June 2021
Description
- Description:
- Description needed
- Execution:
- call
- Groups:
- Waypoints
Syntax
- Syntax:
- Syntax needed
- Parameters:
- group: Group - a group with a mine expert
- position: Position - the demining centre. Demining radius is defined by waypointCompletionRadius, and defaults to 50 if set to 0
- target: Anything - (Optional, default objNull) unused parameter
- clearUnknownMines: Boolean - (Optional, default true) should the group demine all mines or only the one its side knows about
- Return Value:
- Nothing
Examples
- Example 1:
[group player, getMarkerPos "mineField", objNull, false] call BIS_fnc_wpDemine;
Additional Information
- See also:
- WaypointsWaypoints Command Group
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