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

Protected Member Functions

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

Protected Attributes

bool m_bUpdating = false
ref array< SCR_GadgetComponent > m_Components = {}
ref array< SCR_GadgetComponent > m_DeletedComponents = {}

Detailed Description

Definition at line 1 of file GadgetsSystem.c.

Member Function Documentation

◆ OnDiag()

override void GadgetsSystem::OnDiag ( float timeSlice)
inlineprotected

Definition at line 36 of file GadgetsSystem.c.

◆ OnUpdatePoint()

override void GadgetsSystem::OnUpdatePoint ( WorldUpdatePointArgs args)
inlineprotected

Definition at line 15 of file GadgetsSystem.c.

◆ Register()

void GadgetsSystem::Register ( SCR_GadgetComponent component)
inlineprotected
Parameters
componentmust not be null

Definition at line 55 of file GadgetsSystem.c.

◆ Unregister()

void GadgetsSystem::Unregister ( SCR_GadgetComponent component)
inlineprotected

Definition at line 68 of file GadgetsSystem.c.

Member Data Documentation

◆ m_bUpdating

bool GadgetsSystem::m_bUpdating = false
protected

Definition at line 10 of file GadgetsSystem.c.

◆ m_Components

ref array<SCR_GadgetComponent> GadgetsSystem::m_Components = {}
protected

Definition at line 11 of file GadgetsSystem.c.

◆ m_DeletedComponents

ref array<SCR_GadgetComponent> GadgetsSystem::m_DeletedComponents = {}
protected

Definition at line 12 of file GadgetsSystem.c.


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