AiParams.allowRadioOrders 73

When enabled and if radioman, AI will communicate radio orders requested by squad leader


Return value

Return TypeDescription
voidThis function doesn't return anything

Parameters

ParameterTypeDescription
1WeaponSet the AI functionality enabled

Examples

Example 90

myself().getAiParams().allowRadioOrders(false) -- prevents AI from following leader request to call radio orders

Back to Scripting API