Arma Reforger Explorer 1.7.0.54
Arma Reforger Code Explorer by Zeroy - Thanks to MisterOutofTime
Loading...
Searching...
No Matches
SCR_ScenarioFrameworkCallQueueSystem Class Reference
Inheritance diagram for SCR_ScenarioFrameworkCallQueueSystem:
GameSystem

Protected Member Functions

void OnUpdatePoint (WorldUpdatePointArgs args)
void ~SCR_ScenarioFrameworkCallQueueSystem ()
 Clears CallQueue after destruction of this system.

Static Protected Member Functions

static SCR_ScenarioFrameworkCallQueueSystem GetInstance ()
static ScriptCallQueue GetCallQueueNonPausable ()

Protected Attributes

float m_fTimer
float m_fCheckInterval

Static Protected Attributes

static ref ScriptCallQueue s_CallQueueNonPausable = new ScriptCallQueue()

Detailed Description

Definition at line 1 of file SCR_ScenarioFrameworkCallQueueSystem.c.

Constructor & Destructor Documentation

◆ ~SCR_ScenarioFrameworkCallQueueSystem()

void SCR_ScenarioFrameworkCallQueueSystem::~SCR_ScenarioFrameworkCallQueueSystem ( )
inlineprotected

Clears CallQueue after destruction of this system.

Definition at line 51 of file SCR_ScenarioFrameworkCallQueueSystem.c.

Member Function Documentation

◆ GetCallQueueNonPausable()

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

Definition at line 28 of file SCR_ScenarioFrameworkCallQueueSystem.c.

◆ GetInstance()

SCR_ScenarioFrameworkCallQueueSystem SCR_ScenarioFrameworkCallQueueSystem::GetInstance ( )
inlinestaticprotected
Returns
the instance of ScenarioFrameworkSystem.

Definition at line 17 of file SCR_ScenarioFrameworkCallQueueSystem.c.

◆ OnUpdatePoint()

void SCR_ScenarioFrameworkCallQueueSystem::OnUpdatePoint ( WorldUpdatePointArgs args)
inlineprotected

Definition at line 35 of file SCR_ScenarioFrameworkCallQueueSystem.c.

Member Data Documentation

◆ m_fCheckInterval

float SCR_ScenarioFrameworkCallQueueSystem::m_fCheckInterval
protected

Definition at line 13 of file SCR_ScenarioFrameworkCallQueueSystem.c.

◆ m_fTimer

float SCR_ScenarioFrameworkCallQueueSystem::m_fTimer
protected

Definition at line 12 of file SCR_ScenarioFrameworkCallQueueSystem.c.

◆ s_CallQueueNonPausable

ref ScriptCallQueue SCR_ScenarioFrameworkCallQueueSystem::s_CallQueueNonPausable = new ScriptCallQueue()
staticprotected

Definition at line 11 of file SCR_ScenarioFrameworkCallQueueSystem.c.


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