Arma Reforger Explorer  1.1.0.42
Arma Reforger Code Explorer by Zeroy - Thanks to MisterOutofTime
SCR_ResourceConsumerStoragePolicyGeneric.c
Go to the documentation of this file.
2 class SCR_ResourceConsumerStoragePolicyGeneric : SCR_ResourceStoragePolicyBase<SCR_ResourceConsumer>
3 {
4  //------------------------------------------------------------------------------------------------
5  override bool IsStorageTypeValid(EResourceContainerStorageType storageType)
6  {
7  return true;
8  }
9 }
EResourceContainerStorageType
EResourceContainerStorageType
Definition: SCR_ResourceContainer.c:17
BaseContainerProps
SCR_AIGoalReaction_Follow BaseContainerProps
Handles insects that are supposed to be spawned around selected prefabs defined in prefab names array...
Definition: SCR_AIGoalReaction.c:468
SCR_ResourceConsumerStoragePolicyGeneric
Definition: SCR_ResourceConsumerStoragePolicyGeneric.c:2