Difference between revisions of "cmf ai fnc reinforce"
Jump to navigation
Jump to search
Line 21: | Line 21: | ||
|x1= {{code|lang=scilab|[] call cmf_ai_fnc_reinforce}} | |x1= {{code|lang=scilab|[] call cmf_ai_fnc_reinforce}} | ||
|seealso= [[cmf_ai_fnc_preventProne]] [[cmf_ai_fnc_setSkill]] [[cmf_ai_fnc_transferToServer]] | |||
|var1= {{!}} GLOBAL {{!}}{{!}} missionNameSpace {{!}}{{!}} cmf_ai_reinforce_disable {{!}}{{!}} When set to true will disable AI reinforce globally | |var1= {{!}} GLOBAL {{!}}{{!}} missionNameSpace {{!}}{{!}} cmf_ai_reinforce_disable {{!}}{{!}} When set to true will disable AI reinforce globally |
Latest revision as of 21:32, 17 December 2022
Description
- Description:
- This makes use of LAMBS_DANGER 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
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