Squad.fireAtWill 2

Orders the squad to fire at will, canceling the stealth "hold fire" order, optionally playing an order animation.


Return value

Return TypeDescription
voidThis function doesn't return anything

Parameters

ParameterTypeDescription
1boolWhether to play the order animation.

Examples

squad.fireAtWill(true);

Back to Scripting API