Squad.coverArea 156
Orders the squad to cover an area defined by a center position and radius.
Return value
| Return Type | Description |
|---|---|
| void | This function doesn't return anything |
Parameters
| Parameter | Type | Description |
|---|---|---|
| 1 | vec3 | The center position of the area to cover. |
| 2 | float | The radius of the area to cover. |
Examples
Example 64
squad.coverArea(vec3(15, 0, 20), 10.0);