BIS fnc wpDemine: Difference between revisions
Jump to navigation
Jump to search
Lou Montana (talk | contribs) (Page filling - missing seeAlso) |
Lou Montana (talk | contribs) m (Some wiki formatting) |
||
(20 intermediate revisions by 2 users not shown) | |||
Line 1: | Line 1: | ||
{{ | {{RV|type=function | ||
| arma3 | | |game1= arma3 | ||
|version1= 1.76 | |||
| | |gr1= Waypoints | ||
| Scripted "CLEAR MINES" [[ | |descr= Scripted "CLEAR MINES" [[Waypoints|Advanced Waypoint]]. | ||
The script needs a unit with the abiility to demine (engineer or explosive specialist [[getUnitTrait|trait]] '''and''' a toolkit). | The script needs a unit with the abiility to demine (engineer or explosive specialist [[getUnitTrait|trait]] '''and''' a toolkit). | ||
| [group, position, target, clearUnknownMines] call [[BIS_fnc_wpDemine]] | |s1= [group, position, target, clearUnknownMines] call [[BIS_fnc_wpDemine]] | ||
|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]] | ||
| [ | |x1= <sqf>[group player, getMarkerPos "mineField", objNull, false] call BIS_fnc_wpDemine;</sqf> | ||
| | |seealso= [[Waypoints]] [[:Category:Command_Group:_Waypoints|Waypoints Command Group]] | ||
}} | }} | ||
Latest revision as of 12:19, 6 May 2022
Description
- Description:
- Scripted "CLEAR MINES" Advanced Waypoint. The script needs a unit with the abiility to demine (engineer or explosive specialist trait and a toolkit).
- Execution:
- call
- Groups:
- Waypoints
Syntax
- Syntax:
- [group, position, target, clearUnknownMines] call BIS_fnc_wpDemine
- 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:
Additional Information
- See also:
- Waypoints Waypoints 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