Arma Reforger Explorer 1.7.0.54
Arma Reforger Code Explorer by Zeroy - Thanks to MisterOutofTime
Loading...
Searching...
No Matches
NotificationsSystem Class Reference

TODO: When systems can be replicated, just move overything from SCR_NotificationsComponent. More...

Inheritance diagram for NotificationsSystem:
GameSystem

Protected Member Functions

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

Protected Attributes

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

Detailed Description

TODO: When systems can be replicated, just move overything from SCR_NotificationsComponent.

Definition at line 2 of file NotificationsSystem.c.

Member Function Documentation

◆ OnDiag()

void NotificationsSystem::OnDiag ( float timeSlice)
inlineprotected

Definition at line 35 of file NotificationsSystem.c.

◆ OnUpdatePoint()

void NotificationsSystem::OnUpdatePoint ( WorldUpdatePointArgs args)
inlineprotected

Definition at line 15 of file NotificationsSystem.c.

◆ Register()

void NotificationsSystem::Register ( SCR_NotificationsComponent component)
inlineprotected

Definition at line 52 of file NotificationsSystem.c.

◆ Unregister()

void NotificationsSystem::Unregister ( SCR_NotificationsComponent component)
inlineprotected

Definition at line 64 of file NotificationsSystem.c.

Member Data Documentation

◆ m_bUpdating

bool NotificationsSystem::m_bUpdating = false
protected

Definition at line 11 of file NotificationsSystem.c.

◆ m_Components

ref array<SCR_NotificationsComponent> NotificationsSystem::m_Components = {}
protected

Definition at line 12 of file NotificationsSystem.c.

◆ m_DeletedComponents

ref array<SCR_NotificationsComponent> NotificationsSystem::m_DeletedComponents = {}
protected

Definition at line 13 of file NotificationsSystem.c.


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