3     static const string PORT_LOOK = 
"bLook";
 
    4     static const string PORT_CANCEL = 
"bCancel";
 
    5     static const string PORT_RESTART = 
"bRestart";
 
    6     static const string PORT_POSITION = 
"vPosition";
 
    7     static const string PORT_DURATION = 
"vDuration";
 
   11     override ENodeResult EOnTaskSimulate(AIAgent owner, 
float dt)
 
   14             return ENodeResult.FAIL;
 
   19     protected override bool VisibleInPalette() {
return true;}
 
   20     protected override string GetOnHoverDescription() {
return "Gets parameters of a lookAction";}
 
   22     override void OnInit(AIAgent owner)
 
   24         SCR_AIUtilityComponent utility = SCR_AIUtilityComponent.Cast(owner.FindComponent(SCR_AIUtilityComponent));
 
   29     protected static ref TStringArray s_aVarsOut = {
 
   36     override TStringArray GetVariablesOut()