![]() |
Arma Reforger Explorer 1.7.0.54
Arma Reforger Code Explorer by Zeroy - Thanks to MisterOutofTime
|
Protected Member Functions | |
| SCR_ResourceSystemSubscriptionListing | GetListing (notnull SCR_ResourceInteractor interactor) |
| bool | GetNextListingCandidate (inout int position, inout int higherLimitPosition, inout SCR_ResourceSystemSubscriptionListing listing, notnull SCR_ResourceInteractor interactor) |
| SCR_ResourceSystemSubscriptionHandleBase | GetHandle (RplId resourceComponentRplId, typename interactorType, EResourceType resourceType, EResourceGeneratorID resourceIdentifier) |
| bool | GetNextHandleCandidate (inout int position, inout int higherLimitPosition, inout SCR_ResourceSystemSubscriptionHandleBase handle, RplId resourceComponentRplId, typename interactorType, EResourceType resourceType, EResourceGeneratorID resourceIdentifier) |
| bool | SubscribeListener (RplId listener, notnull SCR_ResourceInteractor interactor) |
| bool | UnsubscribeListener (RplId listener, notnull SCR_ResourceInteractor interactor) |
| void | UnsubscribeListenerCompletely (RplId listener) |
| void | ProcessGracefulHandles () |
| void | ReplicateListeners () |
| SCR_ResourceSystemSubscriptionHandleBase | RequestSubscriptionListenerHandle (notnull SCR_ResourceInteractor interactor, RplId ownerRplId) |
| SCR_ResourceSystemSubscriptionHandleBase | RequestSubscriptionListenerHandleGraceful (notnull SCR_ResourceInteractor interactor, RplId ownerRplId) |
| void | OnSubscriptionListenerHandleDeleted (notnull SCR_ResourceSystemSubscriptionHandleBase handle) |
| void | OnResourceInteractorDeleted (notnull SCR_ResourceInteractor interactor) |
Protected Attributes | |
| int | m_iGracefulHandlesPivot |
| int | m_iReplicateListenersPivot |
| ref array< ref SCR_ResourceSystemSubscriptionListing > | m_aListings = {} |
| ref array< SCR_ResourceSystemSubscriptionHandleBase > | m_aHandles = {} |
| ref array< ref SCR_ResourceSystemSubscriptionHandleBase > | m_aGracefulHandles = {} |
Definition at line 1 of file SCR_ResourceSystemSubscriptionManager.c.
|
inlineprotected |
Definition at line 67 of file SCR_ResourceSystemSubscriptionManager.c.
|
inlineprotected |
Definition at line 15 of file SCR_ResourceSystemSubscriptionManager.c.
|
inlineprotected |
Component rpl id.
Resource interactor type.
Resource type.
Resource identifier type
Final result (Match was found).
Definition at line 95 of file SCR_ResourceSystemSubscriptionManager.c.
|
inlineprotected |
Definition at line 40 of file SCR_ResourceSystemSubscriptionManager.c.
|
inlineprotected |
Definition at line 431 of file SCR_ResourceSystemSubscriptionManager.c.
|
inlineprotected |
Definition at line 422 of file SCR_ResourceSystemSubscriptionManager.c.
|
inlineprotected |
Definition at line 232 of file SCR_ResourceSystemSubscriptionManager.c.
|
inlineprotected |
Definition at line 252 of file SCR_ResourceSystemSubscriptionManager.c.
|
inlineprotected |
Component rpl id.
Resource interactor type.
Resource type.
Resource identifier type
Definition at line 264 of file SCR_ResourceSystemSubscriptionManager.c.
|
inlineprotected |
Component rpl id.
Resource interactor type.
Resource type.
Resource identifier type
Definition at line 340 of file SCR_ResourceSystemSubscriptionManager.c.
|
inlineprotected |
Definition at line 146 of file SCR_ResourceSystemSubscriptionManager.c.
|
inlineprotected |
Definition at line 190 of file SCR_ResourceSystemSubscriptionManager.c.
|
inlineprotected |
Definition at line 209 of file SCR_ResourceSystemSubscriptionManager.c.
|
protected |
Definition at line 12 of file SCR_ResourceSystemSubscriptionManager.c.
|
protected |
Definition at line 11 of file SCR_ResourceSystemSubscriptionManager.c.
|
protected |
Definition at line 10 of file SCR_ResourceSystemSubscriptionManager.c.
|
protected |
Definition at line 7 of file SCR_ResourceSystemSubscriptionManager.c.
|
protected |
Definition at line 8 of file SCR_ResourceSystemSubscriptionManager.c.