Arma Reforger Script API
Loading...
Searching...
No Matches
Public Member Functions | Protected Attributes | List of all members
SCR_ResourceSystemSubscriptionListing Interface Reference

Public Member Functions

SCR_ResourceInteractor GetInteractor ()
 
bool IsEmpty ()
 
void SubscribeListener (RplId listener)
 
void UnsubscribeListener (RplId listener)
 
void Replicate ()
 
void SCR_ResourceSystemSubscriptionListing (notnull SCR_ResourceInteractor interactor)
 
void ~SCR_ResourceSystemSubscriptionListing ()
 

Protected Attributes

ref set< RplId > m_aListeners = new set<RplId>()
 
SCR_ResourceInteractor m_Interactor
 

Constructor & Destructor Documentation

◆ SCR_ResourceSystemSubscriptionListing()

void SCR_ResourceSystemSubscriptionListing.SCR_ResourceSystemSubscriptionListing ( notnull SCR_ResourceInteractor  interactor)

◆ ~SCR_ResourceSystemSubscriptionListing()

void SCR_ResourceSystemSubscriptionListing.~SCR_ResourceSystemSubscriptionListing ( )

Member Function Documentation

◆ GetInteractor()

SCR_ResourceInteractor SCR_ResourceSystemSubscriptionListing.GetInteractor ( )

◆ IsEmpty()

bool SCR_ResourceSystemSubscriptionListing.IsEmpty ( )

◆ Replicate()

void SCR_ResourceSystemSubscriptionListing.Replicate ( )

◆ SubscribeListener()

void SCR_ResourceSystemSubscriptionListing.SubscribeListener ( RplId  listener)

◆ UnsubscribeListener()

void SCR_ResourceSystemSubscriptionListing.UnsubscribeListener ( RplId  listener)

Member Data Documentation

◆ m_aListeners

ref set<RplId> SCR_ResourceSystemSubscriptionListing.m_aListeners = new set<RplId>()
protected

◆ m_Interactor

SCR_ResourceInteractor SCR_ResourceSystemSubscriptionListing.m_Interactor
protected

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