Squad.holdFire 73

Orders the squad to hold fire and move stealthy, optionally playing an order animation.


Return value

Return TypeDescription
voidThis function doesn't return anything

Parameters

ParameterTypeDescription
1boolWhether to play the order animation.

Examples

Example 77

squad.holdFire(true);

Back to Scripting API