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 TypeDescription
voidThis function doesn't return anything

Parameters

ParameterTypeDescription
1boolSet the AI functionality enabled

Examples

Example 98

-- prevents the AI from healing up nearby soldiers
myself().getAiParams().allowDoMedic(false)

Back to Scripting API