Arma Reforger Script API
|
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. More...
Public Member Functions | |
array< ref SCR_ResourceContainer > | GetContainers () |
Warning: Only to be used for initialising the container in SCR_ResourceComponent. | |
Static Public Member Functions | |
static override array< TypeName > | Requires (IEntityComponentSource src) |
Protected Attributes | |
ref array< ref SCR_ResourceContainer > | m_aContainers |
Container prefab base configuration. | |
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.
array< ref SCR_ResourceContainer > SCR_ResourceComponentClass.GetContainers | ( | ) |
Warning: Only to be used for initialising the container in SCR_ResourceComponent.
|
static |
|
protected |
Container prefab base configuration.
Warning: This gets copied/duplicated in SCR_ResourceComponent through SCR_ResourceContainer.Initialize(IEntity owner, SCR_ResourceContainer container = null).