Squad.hasObjective 249
Returns whether the squad has an assigned objective.
Return value
| Return Type | Description |
|---|---|
| bool | True 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();