3 private SCR_AIBaseUtilityComponent m_Utility;
4 protected override bool TestFunction(AIAgent owner)
8 m_Utility = SCR_AIBaseUtilityComponent.Cast(owner.FindComponent(SCR_AIBaseUtilityComponent));
19 if (executedAction.m_sBehaviorTree ==
string.Empty)
26 protected override bool VisibleInPalette()
31 protected override string GetOnHoverDescription()
33 return "Test if current action is still valid, or it was already completed or failed";