Squad.alertEnemies 2

Alert all enemies of the presence of the squad for some time


Return value

Return TypeDescription
voidThis function doesn't return anything

Parameters

ParameterTypeDescription
1floatThe duration to alert enemies. Use 0 to reset the alert state

Examples

squad.alertEnemies(30.0);

Back to Scripting API