Arma Reforger Script API
Loading...
Searching...
No Matches
SCR_AITaskTimerGate Interface Reference
Inheritance diagram for SCR_AITaskTimerGate:
SCR_AITaskTimer

Public Member Functions

override void OnEnter (AIAgent owner)
 
override ENodeResult EOnTaskSimulate (AIAgent owner, float dt)
 
- Public Member Functions inherited from SCR_AITaskTimer
override TStringArray GetVariablesIn ()
 
override TStringArray GetVariablesOut ()
 

Static Public Member Functions

static override bool VisibleInPalette ()
 

Static Protected Member Functions

static override string GetOnHoverDescription ()
 
static override bool CanReturnRunning ()
 

Additional Inherited Members

- Public Attributes inherited from SCR_AITaskTimer
float m_Time
 
- Protected Attributes inherited from SCR_AITaskTimer
float elapsedTime
 
bool isInfinite
 
- Static Protected Attributes inherited from SCR_AITaskTimer
static ref TStringArray s_aVarsIn
 
static ref TStringArray s_aVarsOut
 

Member Function Documentation

◆ CanReturnRunning()

static override bool SCR_AITaskTimerGate.CanReturnRunning ( )
staticprotected

◆ EOnTaskSimulate()

override ENodeResult SCR_AITaskTimerGate.EOnTaskSimulate ( AIAgent owner,
float dt )

Implements SCR_AITaskTimer.

◆ GetOnHoverDescription()

static override string SCR_AITaskTimerGate.GetOnHoverDescription ( )
staticprotected

Implements SCR_AITaskTimer.

◆ OnEnter()

override void SCR_AITaskTimerGate.OnEnter ( AIAgent owner)

Implements SCR_AITaskTimer.

◆ VisibleInPalette()

static override bool SCR_AITaskTimerGate.VisibleInPalette ( )
static

Implements SCR_AITaskTimer.


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