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

Protected Member Functions

override void OnUpdatePoint (WorldUpdatePointArgs args)
override void OnDiag (float timeSlice)
void Register (SCR_GadgetManagerComponent component)
void Unregister (SCR_GadgetManagerComponent component)

Protected Attributes

bool m_bUpdating = false
ref array< SCR_GadgetManagerComponentm_Components = {}
ref array< SCR_GadgetManagerComponentm_DeletedComponents = {}

Detailed Description

Definition at line 1 of file GadgetManagersSystem.c.

Member Function Documentation

◆ OnDiag()

override void GadgetManagersSystem::OnDiag ( float timeSlice)
inlineprotected

Definition at line 36 of file GadgetManagersSystem.c.

◆ OnUpdatePoint()

override void GadgetManagersSystem::OnUpdatePoint ( WorldUpdatePointArgs args)
inlineprotected

Definition at line 15 of file GadgetManagersSystem.c.

◆ Register()

void GadgetManagersSystem::Register ( SCR_GadgetManagerComponent component)
inlineprotected
Parameters
componentmust not be null

Definition at line 55 of file GadgetManagersSystem.c.

◆ Unregister()

void GadgetManagersSystem::Unregister ( SCR_GadgetManagerComponent component)
inlineprotected

Definition at line 68 of file GadgetManagersSystem.c.

Member Data Documentation

◆ m_bUpdating

bool GadgetManagersSystem::m_bUpdating = false
protected

Definition at line 10 of file GadgetManagersSystem.c.

◆ m_Components

ref array<SCR_GadgetManagerComponent> GadgetManagersSystem::m_Components = {}
protected

Definition at line 11 of file GadgetManagersSystem.c.

◆ m_DeletedComponents

ref array<SCR_GadgetManagerComponent> GadgetManagersSystem::m_DeletedComponents = {}
protected

Definition at line 12 of file GadgetManagersSystem.c.


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