Squad.hasObjective 65

Returns whether the squad has an assigned objective.


Return value

Return TypeDescription
boolTrue if the squad has an objective.

No parameters defined for this function.


Examples

Check whenever a squad as an assigned objective

local hasObj = squad.hasObjective();

Back to Scripting API