Squad.fireAtWill 2
Orders the squad to fire at will, canceling the stealth "hold fire" order, optionally playing an order animation.
Return value
Return Type | Description |
---|---|
void | This function doesn't return anything |
Parameters
Parameter | Type | Description |
---|---|---|
1 | bool | Whether to play the order animation. |
Examples
squad.fireAtWill(true);