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

Public Member Functions

void ~SCR_ScenarioFrameworkCallQueueSystem ()
 Clears CallQueue after destruction of this system.
 
- Public Member Functions inherited from GameSystem
bool ShouldBePaused ()
 Is this system should be paused while the simulation is paused?
 
bool ShouldBeEnabledInEditMode ()
 Is this system should be enabled inside the editor.
 

Static Public Member Functions

static override void InitInfo (WorldSystemInfo outInfo)
 
static SCR_ScenarioFrameworkCallQueueSystem GetInstance ()
 
static ScriptCallQueue GetCallQueueNonPausable ()
 

Protected Member Functions

override void OnUpdatePoint (WorldUpdatePointArgs args)
 

Protected Attributes

float m_fTimer
 
float m_fCheckInterval
 

Static Protected Attributes

static ref ScriptCallQueue s_CallQueueNonPausable = new ScriptCallQueue()
 

Constructor & Destructor Documentation

◆ ~SCR_ScenarioFrameworkCallQueueSystem()

void SCR_ScenarioFrameworkCallQueueSystem.~SCR_ScenarioFrameworkCallQueueSystem ( )

Clears CallQueue after destruction of this system.

Member Function Documentation

◆ GetCallQueueNonPausable()

static ScriptCallQueue SCR_ScenarioFrameworkCallQueueSystem.GetCallQueueNonPausable ( )
static
Returns
the instance of ScenarioFramework Call Queue.

◆ GetInstance()

static SCR_ScenarioFrameworkCallQueueSystem SCR_ScenarioFrameworkCallQueueSystem.GetInstance ( )
static
Returns
the instance of ScenarioFrameworkSystem.

◆ InitInfo()

static override void SCR_ScenarioFrameworkCallQueueSystem.InitInfo ( WorldSystemInfo outInfo)
static

◆ OnUpdatePoint()

override void SCR_ScenarioFrameworkCallQueueSystem.OnUpdatePoint ( WorldUpdatePointArgs args)
protected

Member Data Documentation

◆ m_fCheckInterval

float SCR_ScenarioFrameworkCallQueueSystem.m_fCheckInterval
protected

◆ m_fTimer

float SCR_ScenarioFrameworkCallQueueSystem.m_fTimer
protected

◆ s_CallQueueNonPausable

ref ScriptCallQueue SCR_ScenarioFrameworkCallQueueSystem.s_CallQueueNonPausable = new ScriptCallQueue()
staticprotected

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