Difference between revisions of "cmf ai fnc setSkill"
Jump to navigation
Jump to search
(Created page with "{{CMF Function |game1=arma3 |version1=0.50 |game2=cmf3 |version2=2.1.0 |descr=Sets AI Skill to be more balanced. |exec=Call |cmp=ai |s1=[mode, args] call cmf_ai_fnc_se...") |
|||
Line 7: | Line 7: | ||
|version2=2.1.0 | |version2=2.1.0 | ||
|descr=Sets | |descr=Sets the AIs skill level to balance them. This is using Cluster Community's skill settings. | ||
|exec=Call | |exec=Call |
Revision as of 13:11, 17 December 2022
Description
- Description:
- Sets the AIs skill level to balance them. This is using Cluster Community's skill settings.
- Execution:
- Call
- Groups:
- CMF3: ai
Syntax
- Syntax:
- [mode, args] call cmf_ai_fnc_setSkill
- Return Value:
- None
Examples
- Example 1:
[] call cmf_ai_fnc_setSkill
Additional Information
- See also:
- See also needed
Internal Variables
Locality | Namespace | Name | Description |
---|---|---|---|
GLOBAL | missionNameSpace | cmf_ai_setSkill_disable | When true disables automatically assigning skill to units |
GLOBAL | unitNamespace | cmf_ai_setSkill_initialized | Variable to check if setSkill is initialized |
Events
- No events
Notes