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

Public Member Functions

override void OnEnter (AIAgent owner)
 
override ENodeResult EOnTaskSimulate (AIAgent owner, float dt)
 
void OnCurrentWaypointChanged (AIWaypoint currentWp, AIWaypoint prevWp)
 
void OnWaypointPropertiesChanged ()
 
override void OnAbort (AIAgent owner, Node nodeCausingAbort)
 

Static Public Member Functions

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

Public Attributes

float m_fTimeout_Base_ms
 
float m_fTimeout_Random_ms
 

Protected Attributes

ScriptInvoker m_OnWaypointChanged
 
ScriptInvoker m_OnWaypointPropertiesChanged
 
bool m_bWaypointPropertiesChanged
 
float m_fActualTime_ms
 
float m_fTimeout_ms
 

Member Function Documentation

◆ CanReturnRunning()

static override bool SCR_AIOnWaypointPropertiesChange.CanReturnRunning ( )
static

◆ EOnTaskSimulate()

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

◆ GetOnHoverDescription()

static override string SCR_AIOnWaypointPropertiesChange.GetOnHoverDescription ( )
static

◆ OnAbort()

override void SCR_AIOnWaypointPropertiesChange.OnAbort ( AIAgent owner,
Node nodeCausingAbort )

◆ OnCurrentWaypointChanged()

void SCR_AIOnWaypointPropertiesChange.OnCurrentWaypointChanged ( AIWaypoint currentWp,
AIWaypoint prevWp )

◆ OnEnter()

override void SCR_AIOnWaypointPropertiesChange.OnEnter ( AIAgent owner)

◆ OnWaypointPropertiesChanged()

void SCR_AIOnWaypointPropertiesChange.OnWaypointPropertiesChanged ( )

◆ VisibleInPalette()

static override bool SCR_AIOnWaypointPropertiesChange.VisibleInPalette ( )
static

Member Data Documentation

◆ m_bWaypointPropertiesChanged

bool SCR_AIOnWaypointPropertiesChange.m_bWaypointPropertiesChanged
protected

◆ m_fActualTime_ms

float SCR_AIOnWaypointPropertiesChange.m_fActualTime_ms
protected

◆ m_fTimeout_Base_ms

float SCR_AIOnWaypointPropertiesChange.m_fTimeout_Base_ms

◆ m_fTimeout_ms

float SCR_AIOnWaypointPropertiesChange.m_fTimeout_ms
protected

◆ m_fTimeout_Random_ms

float SCR_AIOnWaypointPropertiesChange.m_fTimeout_Random_ms

◆ m_OnWaypointChanged

ScriptInvoker SCR_AIOnWaypointPropertiesChange.m_OnWaypointChanged
protected

◆ m_OnWaypointPropertiesChanged

ScriptInvoker SCR_AIOnWaypointPropertiesChange.m_OnWaypointPropertiesChanged
protected

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