AiParams.allowDoMedic 64
When this function is enabled, if a soldier has medic equipments in his inventory he will proceed to heal nearby units
Return value
Return Type | Description |
---|---|
void | This function doesn't return anything |
Parameters
Parameter | Type | Description |
---|---|---|
1 | bool | Set the AI functionality enabled |
Examples
Example 98
-- prevents the AI from healing up nearby soldiers
myself().getAiParams().allowDoMedic(false)