Squad.alertEnemies 27

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

Example 79

squad.alertEnemies(30.0);

Back to Scripting API