| _WB_AfterWorldUpdate(IEntity owner, float timeSlice) | SCR_ResourceComponent | |
| _WB_GetAfterWorldUpdateSpecs(IEntity owner, IEntitySource src) | SCR_ResourceComponent | |
| _WB_OnKeyChanged(IEntity owner, BaseContainer src, string key, BaseContainerList ownerContainers, IEntity parent) | SCR_ResourceComponent | |
| CanResourceTypeEnabledBeChanged(EResourceType resourceType=EResourceType.SUPPLIES) | SCR_ResourceComponent | |
| DebugDraw() | SCR_ResourceComponent | protected |
| DeleteConsumers() | SCR_ResourceComponent | |
| DeleteGenerators() | SCR_ResourceComponent | |
| DeleteQueryInteractors() | SCR_ResourceComponent | |
| EOnInit(IEntity owner) | SCR_ResourceComponent | protected |
| FindResourceComponent(IEntity entity, bool ignoreChildIfHasStorage=false) | SCR_ResourceComponent | static |
| FlagForProcessing() | SCR_ResourceComponent | |
| GetConsumer(EResourceGeneratorID identifier, EResourceType resourceType) | SCR_ResourceComponent | |
| GetConsumer(EResourceGeneratorID identifier, EResourceType resourceType, inout SCR_ResourceConsumer consumer) | SCR_ResourceComponent | |
| GetConsumers() | SCR_ResourceComponent | |
| GetContainer(EResourceType resourceType) | SCR_ResourceComponent | |
| GetContainer(EResourceType resourceType, out SCR_ResourceContainer container) | SCR_ResourceComponent | |
| GetContainers() | SCR_ResourceComponent | |
| GetDebugColor() | SCR_ResourceComponent | |
| GetDisabledResourceTypes(inout notnull array< EResourceType > disabledResourceTypes) | SCR_ResourceComponent | |
| GetEncapsulator(EResourceType resourceType) | SCR_ResourceComponent | |
| GetEncapsulator(EResourceType resourceType, out SCR_ResourceEncapsulator encapsulator) | SCR_ResourceComponent | |
| GetEncapsulators() | SCR_ResourceComponent | |
| GetFactionAffiliationComponent() | SCR_ResourceComponent | |
| GetGenerator(EResourceGeneratorID identifier, EResourceType resourceType) | SCR_ResourceComponent | |
| GetGenerator(EResourceGeneratorID identifier, EResourceType resourceType, out SCR_ResourceGenerator generator) | SCR_ResourceComponent | |
| GetGenerators() | SCR_ResourceComponent | |
| GetGridContainersBoundingBox(out vector mins, out vector maxs) | SCR_ResourceComponent | |
| GetGridContainersBounds(out int mins, out int maxs) | SCR_ResourceComponent | |
| GetGridContainersBoundsMaxs() | SCR_ResourceComponent | |
| GetGridContainersBoundsMins() | SCR_ResourceComponent | |
| GetGridContainersWorldBoundingBox(out vector mins, out vector maxs) | SCR_ResourceComponent | |
| GetGridUpdateId() | SCR_ResourceComponent | |
| GetLastPosition() | SCR_ResourceComponent | |
| GetNextConsumerCandidate(inout int position, inout int higherLimitPosition, inout SCR_ResourceConsumer consumer, EResourceGeneratorID identifier, EResourceType resourceType) | SCR_ResourceComponent | protected |
| GetNextContainerCandidate(inout int position, inout int higherLimitPosition, inout SCR_ResourceContainer container, EResourceType resourceType) | SCR_ResourceComponent | protected |
| GetNextEncapsulatorCandidate(inout int position, inout int higherLimitPosition, inout SCR_ResourceEncapsulator encapsulator, EResourceType resourceType) | SCR_ResourceComponent | protected |
| GetNextGeneratorCandidate(inout int position, inout int higherLimitPosition, inout SCR_ResourceGenerator generator, EResourceGeneratorID identifier, EResourceType resourceType) | SCR_ResourceComponent | protected |
| GetOnResourceTypeEnabledChanged() | SCR_ResourceComponent | |
| GetReplicationComponent() | SCR_ResourceComponent | |
| HasParent() | SCR_ResourceComponent | |
| Initialize(notnull IEntity owner) | SCR_ResourceComponent | |
| IsDebugVisualizationEnabled() | SCR_ResourceComponent | |
| IsGridUpdateIdGreaterThan(int gridUpdateId) | SCR_ResourceComponent | |
| IsOwnerActive() | SCR_ResourceComponent | |
| IsResourceTypeEnabled(EResourceType resourceType=EResourceType.SUPPLIES) | SCR_ResourceComponent | |
| IsVisible() | SCR_ResourceComponent | |
| m_aConsumers | SCR_ResourceComponent | protected |
| m_aContainerInstances | SCR_ResourceComponent | protected |
| m_aDisabledResourceTypes | SCR_ResourceComponent | protected |
| m_aDisallowChangingEnableResource | SCR_ResourceComponent | protected |
| m_aEncapsulators | SCR_ResourceComponent | protected |
| m_aGenerators | SCR_ResourceComponent | protected |
| m_bEnableDebugVisualization | SCR_ResourceComponent | protected |
| m_bHasParent | SCR_ResourceComponent | protected |
| m_bIsAddedToParentBuffered | SCR_ResourceComponent | protected |
| m_bIsFlaggedForProcessing | SCR_ResourceComponent | protected |
| m_bIsInitialized | SCR_ResourceComponent | protected |
| m_bIsNetDirty | SCR_ResourceComponent | protected |
| m_bIsOwnerActive | SCR_ResourceComponent | protected |
| m_bIsVisible | SCR_ResourceComponent | protected |
| m_DebugColor | SCR_ResourceComponent | protected |
| m_eDebugVisualizationFlags | SCR_ResourceComponent | protected |
| m_FactionAffiliationComponent | SCR_ResourceComponent | protected |
| m_iGridContainersBoundsMaxs | SCR_ResourceComponent | protected |
| m_iGridContainersBoundsMins | SCR_ResourceComponent | protected |
| m_iGridUpdateId | SCR_ResourceComponent | protected |
| m_LastPosition | SCR_ResourceComponent | protected |
| m_OnResourceTypeEnabledChanged | SCR_ResourceComponent | protected |
| m_ReplicationComponent | SCR_ResourceComponent | protected |
| m_TEMP_OnInteractorReplicated | SCR_ResourceComponent | protected |
| m_vGridContainersBoundingVolumeMaxs | SCR_ResourceComponent | protected |
| m_vGridContainersBoundingVolumeMins | SCR_ResourceComponent | protected |
| OnAddedToParent(IEntity child, IEntity parent) | SCR_ResourceComponent | protected |
| OnAddedToParentEx(IEntity child, IEntity parent) | SCR_ResourceComponent | protected |
| OnChildAdded(IEntity parent, IEntity child) | SCR_ResourceComponent | protected |
| OnDelete(IEntity owner) | SCR_ResourceComponent | protected |
| OnPostInit(IEntity owner) | SCR_ResourceComponent | protected |
| OnRemovedFromParent(IEntity child, IEntity parent) | SCR_ResourceComponent | protected |
| OnResourceTypeEnabledChanged() | SCR_ResourceComponent | protected |
| OnVehiclePhysicsActive(IEntity owner, bool activeState) | SCR_ResourceComponent | |
| OnVisibilityChanged() | SCR_ResourceComponent | |
| Replicate() | SCR_ResourceComponent | |
| ReplicateEx() | SCR_ResourceComponent | |
| SetGridContainersBounds(int mins, int maxs) | SCR_ResourceComponent | |
| SetGridContainersBoundsMaxs(int maxs) | SCR_ResourceComponent | |
| SetGridContainersBoundsMins(int mins) | SCR_ResourceComponent | |
| SetGridUpdateId(int gridUpdateId) | SCR_ResourceComponent | |
| SetIsVisible(bool state) | SCR_ResourceComponent | |
| SetResourceTypeEnabled(bool enable, EResourceType resourceType=EResourceType.SUPPLIES) | SCR_ResourceComponent | |
| ShouldConsumersBeReplicated() | SCR_ResourceComponent | protected |
| ShouldGeneratorsBeReplicated() | SCR_ResourceComponent | protected |
| TEMP_GetOnInteractorReplicated() | SCR_ResourceComponent | |
| TEMP_OnInteractorReplicated() | SCR_ResourceComponent | |
| UnflagForProcessing() | SCR_ResourceComponent | |
| UPDATE_DISTANCE_TRESHOLD | SCR_ResourceComponent | static |
| UPDATE_DISTANCE_TRESHOLD_SQUARE | SCR_ResourceComponent | static |
| UPDATE_PERIOD | SCR_ResourceComponent | protectedstatic |
| UpdateLastPosition() | SCR_ResourceComponent | |