Squad.charge 41
Orders the squad to charge towards the specified position within the given radius.
Return value
Return Type | Description |
---|---|
void | This function doesn't return anything |
Parameters
Parameter | Type | Description |
---|---|---|
1 | vec3 | The position to charge towards. |
2 | float | The radius within which to initiate the charge. |
Examples
Example 70
squad.charge(vec3(50, 0, 35), 8.0);