Squad.coverArea 65

Orders the squad to cover an area defined by a center position and radius.


Return value

Return TypeDescription
voidThis function doesn't return anything

Parameters

ParameterTypeDescription
1vec3The center position of the area to cover.
2floatThe radius of the area to cover.

Examples

Example 64

squad.coverArea(vec3(15, 0, 20), 10.0);

Back to Scripting API