Squad.attackFromPoint 105
Orders the squad to attack from the specified waypoint within the given radius.
Return value
Return Type | Description |
---|---|
void | This function doesn't return anything |
Parameters
Parameter | Type | Description |
---|---|---|
1 | vec3 | The point from which to attack. |
2 | float | The attack area radius. |
Examples
Example 66
squad.attackFromPoint(vec3(40, 0, 30), 7.5);