Squad.followLeader 156
Orders the squad to follow their leader, 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 74
squad.followLeader(true);