4 static const string TARGET_PORT =
"BaseTargetIn";
7 protected override bool TestFunction(AIAgent owner)
10 GetVariableIn(TARGET_PORT,target);
17 float traceFraction = target.GetTraceFraction();
18 return traceFraction > 0.5;
23 protected override bool VisibleInPalette()
29 protected static ref TStringArray s_aVarsIn = {
32 protected override TStringArray GetVariablesIn()