Difference between revisions of "cmf ai fnc reinforce"

From cluster wiki
Jump to navigation Jump to search
(Created page with "{{CMF Function |game1=arma3 |version1=0.50 |game2=cmf3 |version2=2.1.0 |descr=Makes ai reinforce groups in contact. |exec=Call |cmp=ai |s1=[] call cmf_ai_fnc_reinforc...")
 
Line 7: Line 7:
|version2=2.1.0
|version2=2.1.0


|descr=Makes ai reinforce groups in contact.  
|descr=This makes use of lambs radio to make AI within x assault a known enemy location. The AI is given a LAMBS_DANGER Rush objective on the location of the enemy group.


|exec=Call
|exec=Call
Line 19: Line 19:
|x1= {{code|lang=scilab|[] call cmf_ai_fnc_reinforce}}
|x1= {{code|lang=scilab|[] call cmf_ai_fnc_reinforce}}


|var1= {{!}} GLOBAL {{!}}{{!}} missionNameSpace {{!}}{{!}} cmf_ai_reinforce_disable {{!}}{{!}} When true disables ai reinforce
|var1= {{!}} GLOBAL {{!}}{{!}} missionNameSpace {{!}}{{!}} cmf_ai_reinforce_disable {{!}}{{!}} When set to true will disable AI reinforce globally
|var2= {{!}} GLOBAL {{!}}{{!}} groupnamespace {{!}}{{!}} cmf_ai_reinforce_targetGroup {{!}}{{!}} Group that's being reinforced
|var2= {{!}} GLOBAL {{!}}{{!}} groupnamespace {{!}}{{!}} cmf_ai_reinforce_targetGroup {{!}}{{!}} The group that's being targeted
|var3= {{!}} GLOBAL {{!}}{{!}} groupnamespace {{!}}{{!}} cmf_ai_reinforce_disableGroup {{!}}{{!}} When true will disable reinforce on group
|var3= {{!}} GLOBAL {{!}}{{!}} groupnamespace {{!}}{{!}} cmf_ai_reinforce_disableGroup {{!}}{{!}} When true will disable AI reinforce on group
|var4= {{!}} GLOBAL {{!}}{{!}} groupnamespace {{!}}{{!}} cmf_ai_reinforce_disableTarget {{!}}{{!}} When true will disable reinforcing against this group
|var4= {{!}} GLOBAL {{!}}{{!}} groupnamespace {{!}}{{!}} cmf_ai_reinforce_disableTarget {{!}}{{!}} When true will disable reinforcing against this group
}}
}}

Revision as of 13:01, 17 December 2022


Hover & click on the images for description
Description
Description:
This makes use of lambs radio to make AI within x assault a known enemy location. The AI is given a LAMBS_DANGER Rush objective on the location of the enemy group.
Execution:
Call
Groups:
CMF3: ai
Syntax
Syntax:
[] call cmf_ai_fnc_reinforce
Return Value:
None
Examples
Example 1:
[] call cmf_ai_fnc_reinforce
Additional Information
See also:
See also needed
Internal Variables
Locality Namespace Name Description
GLOBAL missionNameSpace cmf_ai_reinforce_disable When set to true will disable AI reinforce globally
GLOBAL groupnamespace cmf_ai_reinforce_targetGroup The group that's being targeted
GLOBAL groupnamespace cmf_ai_reinforce_disableGroup When true will disable AI reinforce on group
GLOBAL groupnamespace cmf_ai_reinforce_disableTarget When true will disable reinforcing against this group
Events
No events
Notes