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

Protected Member Functions

bool IsRegistered (notnull SCR_ResourceContainer container)
void OnUpdatePoint (WorldUpdatePointArgs args)
void OnDiag (float timeSlice)
void RegisterContainer (notnull SCR_ResourceContainer container)
void RegisterSubscribedInteractor (notnull SCR_ResourceInteractor interactor)
void UnregisterContainer (notnull SCR_ResourceContainer container)
void UnregisterSubscribedInteractor (notnull SCR_ResourceInteractor interactor)
void OnStarted ()

Protected Attributes

int m_iSubscribedInteractorsPivot
int m_iContainersPivot
ref array< SCR_ResourceInteractor > m_aSubscribedInteractors = {}
ref array< SCR_ResourceContainerm_aContainers = {}
SCR_ResourceSystemSubscriptionManager m_ResourceSystemSubscriptionManager
ref SCR_ResourceGrid m_ResourceGrid

Detailed Description

Definition at line 1 of file SCR_ResourceSystem.c.

Member Function Documentation

◆ IsRegistered()

bool SCR_ResourceSystem::IsRegistered ( notnull SCR_ResourceContainer container)
inlineprotected

Definition at line 22 of file SCR_ResourceSystem.c.

◆ OnDiag()

void SCR_ResourceSystem::OnDiag ( float timeSlice)
inlineprotected

Definition at line 62 of file SCR_ResourceSystem.c.

◆ OnStarted()

void SCR_ResourceSystem::OnStarted ( )
inlineprotected

Definition at line 116 of file SCR_ResourceSystem.c.

◆ OnUpdatePoint()

void SCR_ResourceSystem::OnUpdatePoint ( WorldUpdatePointArgs args)
inlineprotected

Definition at line 28 of file SCR_ResourceSystem.c.

◆ RegisterContainer()

void SCR_ResourceSystem::RegisterContainer ( notnull SCR_ResourceContainer container)
inlineprotected

Definition at line 85 of file SCR_ResourceSystem.c.

◆ RegisterSubscribedInteractor()

void SCR_ResourceSystem::RegisterSubscribedInteractor ( notnull SCR_ResourceInteractor interactor)
inlineprotected

Definition at line 97 of file SCR_ResourceSystem.c.

◆ UnregisterContainer()

void SCR_ResourceSystem::UnregisterContainer ( notnull SCR_ResourceContainer container)
inlineprotected

Definition at line 104 of file SCR_ResourceSystem.c.

◆ UnregisterSubscribedInteractor()

void SCR_ResourceSystem::UnregisterSubscribedInteractor ( notnull SCR_ResourceInteractor interactor)
inlineprotected

Definition at line 110 of file SCR_ResourceSystem.c.

Member Data Documentation

◆ m_aContainers

ref array<SCR_ResourceContainer> SCR_ResourceSystem::m_aContainers = {}
protected

Definition at line 17 of file SCR_ResourceSystem.c.

◆ m_aSubscribedInteractors

ref array<SCR_ResourceInteractor> SCR_ResourceSystem::m_aSubscribedInteractors = {}
protected

Definition at line 16 of file SCR_ResourceSystem.c.

◆ m_iContainersPivot

int SCR_ResourceSystem::m_iContainersPivot
protected

Definition at line 14 of file SCR_ResourceSystem.c.

◆ m_iSubscribedInteractorsPivot

int SCR_ResourceSystem::m_iSubscribedInteractorsPivot
protected

Definition at line 13 of file SCR_ResourceSystem.c.

◆ m_ResourceGrid

ref SCR_ResourceGrid SCR_ResourceSystem::m_ResourceGrid
protected

Definition at line 19 of file SCR_ResourceSystem.c.

◆ m_ResourceSystemSubscriptionManager

SCR_ResourceSystemSubscriptionManager SCR_ResourceSystem::m_ResourceSystemSubscriptionManager
protected

Definition at line 18 of file SCR_ResourceSystem.c.


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