Squad.followLeader 2
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
squad.followLeader(true);