Squad.charge 41

Orders the squad to charge towards the specified position within the given radius.


Return value

Return TypeDescription
voidThis function doesn't return anything

Parameters

ParameterTypeDescription
1vec3The position to charge towards.
2floatThe radius within which to initiate the charge.

Examples

Example 70

squad.charge(vec3(50, 0, 35), 8.0);

Back to Scripting API