Arma Reforger Explorer  1.1.0.42
Arma Reforger Code Explorer by Zeroy - Thanks to MisterOutofTime
SCR_ResourceGeneratorStoragePolicyGeneric.c
Go to the documentation of this file.
2 class SCR_ResourceGeneratorStoragePolicyGeneric : SCR_ResourceStoragePolicyBase<SCR_ResourceGenerator>
3 {
4  //------------------------------------------------------------------------------------------------
5  override bool IsStorageTypeValid(EResourceContainerStorageType storageType)
6  {
7  return true;
8  }
9 }
EResourceContainerStorageType
EResourceContainerStorageType
Definition: SCR_ResourceContainer.c:17
SCR_ResourceGeneratorStoragePolicyGeneric
Definition: SCR_ResourceGeneratorStoragePolicyGeneric.c:2
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