Difference between revisions of "cmf ai fnc transferToServer"
Jump to navigation
Jump to search
(Created page with "{{CMF Function |game1=arma3 |version1=0.50 |game2=cmf3 |version2=2.1.0 |descr=Transfers zeus spawned AI to server for better ai calculations and better performance for the...") |
|||
Line 18: | Line 18: | ||
|x1= {{code|lang=scilab|[] call cmf_ai_fnc_transferToServer}} | |x1= {{code|lang=scilab|[] call cmf_ai_fnc_transferToServer}} | ||
|seealso= [[cmf_ai_fnc_preventProne]] [[cmf_ai_fnc_reinforce]] [[cmf_ai_fnc_setSkill]] | |||
}} | }} |
Latest revision as of 21:33, 17 December 2022
Description
- Description:
- Transfers zeus spawned AI to server for better ai calculations and better performance for the zeus client.
- Execution:
- Call
- Groups:
- CMF3: ai
Syntax
- Syntax:
- [] call cmf_ai_fnc_transferToServer
- Return Value:
- None
Examples
- Example 1:
[] call cmf_ai_fnc_transferToServer
Additional Information
Internal Variables
- No internal variables
Events
- No events
Notes