Arma Reforger Script API
Loading...
Searching...
No Matches
SCR_AIDecoTimeSinceTargetDetected Interface Reference
Inheritance diagram for SCR_AIDecoTimeSinceTargetDetected:
DecoratorScripted Decorator Node

Public Attributes

float m_TimeThreshold_S
 
PerceptionComponent m_PerceptionComp
 

Static Public Attributes

static const string BASE_TARGET_PORT = "BaseTargetIn"
 

Protected Member Functions

override bool TestFunction (AIAgent owner)
 
override TStringArray GetVariablesIn ()
 
- Protected Member Functions inherited from DecoratorScripted
void OnInit (AIAgent owner)
 
string GetNodeMiddleText ()
 
- Protected Member Functions inherited from Node
TStringArray GetVariablesOut ()
 

Static Protected Member Functions

static override bool VisibleInPalette ()
 
static override string GetOnHoverDescription ()
 
- Static Protected Member Functions inherited from Node
static bool CanReturnRunning ()
 

Static Protected Attributes

static ref TStringArray s_aVarsIn
 
- Static Protected Attributes inherited from Node
static ref TStringArray m_aEmptyVars = {}
 

Additional Inherited Members

- Public Member Functions inherited from Node
proto external int GetNodeID ()
 
proto external TypeName GetVariableType (bool inputPort, string name)
 
proto bool GetVariableIn (string name, out void val)
 
proto void SetVariableOut (string name, void val)
 
proto void ClearVariable (string name)
 
proto void GetCallstackStr (out string val)
 
proto void GetParentTreeName (out string val)
 

Member Function Documentation

◆ GetOnHoverDescription()

static override string SCR_AIDecoTimeSinceTargetDetected.GetOnHoverDescription ( )
staticprotected

Implements DecoratorScripted.

◆ GetVariablesIn()

override TStringArray SCR_AIDecoTimeSinceTargetDetected.GetVariablesIn ( )
protected

Implements Node.

◆ TestFunction()

override bool SCR_AIDecoTimeSinceTargetDetected.TestFunction ( AIAgent owner)
protected

Implements DecoratorScripted.

◆ VisibleInPalette()

static override bool SCR_AIDecoTimeSinceTargetDetected.VisibleInPalette ( )
staticprotected

Implements DecoratorScripted.

Member Data Documentation

◆ BASE_TARGET_PORT

const string SCR_AIDecoTimeSinceTargetDetected.BASE_TARGET_PORT = "BaseTargetIn"
static

◆ m_PerceptionComp

PerceptionComponent SCR_AIDecoTimeSinceTargetDetected.m_PerceptionComp

◆ m_TimeThreshold_S

float SCR_AIDecoTimeSinceTargetDetected.m_TimeThreshold_S

◆ s_aVarsIn

ref TStringArray SCR_AIDecoTimeSinceTargetDetected.s_aVarsIn
staticprotected
Initial value:
= {
}
static const string BASE_TARGET_PORT
Definition SCR_AIDecoTimeSinceTargetDetected.c:4

The documentation for this interface was generated from the following file: