8 protected float m_fMaxDistance;
10 void PeriodicalCheck()
19 array<SCR_BaseTaskExecutor> assignees =
new array<SCR_BaseTaskExecutor>();
20 GetAssignees(assignees);
22 for (
int x = assignees.Count() - 1; x >= 0; x--)
25 IEntity controlledEntity = SCR_PossessingManagerComponent.GetPlayerMainEntity(
id);
27 if (!controlledEntity)
34 supportEntity.FinishTask(
this);
42 if (m_iTaskCompletionType == newTaskCompletionType)
45 super.SetTaskCompletionType(newTaskCompletionType);