BIS fnc taskAttack: Difference between revisions
Jump to navigation
Jump to search
m (Generated by BIS_fnc_exportFunctionsToWiki) |
Lou Montana (talk | contribs) m (Text replacement - " |s1=[" to " |s1= [") |
||
(36 intermediate revisions by 5 users not shown) | |||
Line 1: | Line 1: | ||
{{RV|type=function | |||
|game1= arma2 | |||
|version1= 1.00 | |||
| | |game2= arma2oa | ||
|version2= 1.50 | |||
|1.00 | |game3= tkoh | ||
|version3= 1.00 | |||
| | |game4= arma3 | ||
|version4= 0.50 | |||
|gr1= Tasks | |||
|descr= This function adds a [[Waypoints#Seek_.26_Destroy|Seek and Destroy]] waypoint on defined position to the group and set its [[behaviour]] to "AWARE". If the group has other waypoints, the waypoint will be added at the end of the list. | |||
|s1= [group, position] call [[BIS_fnc_taskAttack]] | |||
| | |p1= group: [[Group]] | ||
| | |p2= position: [[Position]] | ||
| | |r1= [[Boolean]] | ||
|x1= < | |x1= <sqf>[opforGroup, getPosATL player] call BIS_fnc_taskAttack;</sqf> | ||
|seealso= [[addWaypoint]] [[Waypoints]] [[behaviour]] [[BIS_fnc_taskDefend]] [[BIS_fnc_taskPatrol]] | |||
}} | }} | ||
Latest revision as of 23:12, 12 July 2022
Description
- Description:
- This function adds a Seek and Destroy waypoint on defined position to the group and set its behaviour to "AWARE". If the group has other waypoints, the waypoint will be added at the end of the list.
- Execution:
- call
- Groups:
- Tasks
Syntax
- Syntax:
- [group, position] call BIS_fnc_taskAttack
- Parameters:
- group: Group
- position: Position
- Return Value:
- Boolean
Examples
- Example 1:
Additional Information
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