Squad.fireAtWill 168
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
Example 78
squad.fireAtWill(true);