Squad.attackFromPoint 105

Orders the squad to attack from the specified waypoint within the given radius.


Return value

Return TypeDescription
voidThis function doesn't return anything

Parameters

ParameterTypeDescription
1vec3The point from which to attack.
2floatThe attack area radius.

Examples

Example 66

squad.attackFromPoint(vec3(40, 0, 30), 7.5);

Back to Scripting API