![]() |
Arma Reforger Explorer 1.7.0.54
Arma Reforger Code Explorer by Zeroy - Thanks to MisterOutofTime
|
Protected Member Functions | |
| array< ref SCR_ResourceContainer > | GetContainers () |
Static Protected Member Functions | |
| static override array< typename > | Requires (IEntityComponentSource src) |
Protected Attributes | |
| ref array< ref SCR_ResourceContainer > | m_aContainers |
Component class with the container configuration on it in order to avoid duplication of data in the container prefabs and the entity catalogs for the container-to-container interaction.
Definition at line 16 of file SCR_ResourceComponent.c.
|
inlineprotected |
Warning: Only to be used for initialising the container in SCR_ResourceComponent.
Definition at line 27 of file SCR_ResourceComponent.c.
|
inlinestaticprotected |
Definition at line 33 of file SCR_ResourceComponent.c.
|
protected |
Container prefab base configuration. Warning: This gets copied/duplicated in SCR_ResourceComponent through SCR_ResourceContainer::Initialize(IEntity owner, SCR_ResourceContainer container = null).
Definition at line 22 of file SCR_ResourceComponent.c.