Barotrauma Client Doc
Barotrauma.ItemPrefab.FixedQuantityResourceInfo Struct Reference

Public Member Functions

 FixedQuantityResourceInfo (int clusterQuantity, int clusterSize, bool isIslandSpecific, bool allowAtStart)
 

Public Attributes

readonly int ClusterQuantity
 
readonly int ClusterSize
 
readonly bool IsIslandSpecific
 
readonly bool AllowAtStart
 

Detailed Description

Constructor & Destructor Documentation

◆ FixedQuantityResourceInfo()

Barotrauma.ItemPrefab.FixedQuantityResourceInfo.FixedQuantityResourceInfo ( int  clusterQuantity,
int  clusterSize,
bool  isIslandSpecific,
bool  allowAtStart 
)

Member Data Documentation

◆ AllowAtStart

readonly bool Barotrauma.ItemPrefab.FixedQuantityResourceInfo.AllowAtStart

◆ ClusterQuantity

readonly int Barotrauma.ItemPrefab.FixedQuantityResourceInfo.ClusterQuantity

◆ ClusterSize

readonly int Barotrauma.ItemPrefab.FixedQuantityResourceInfo.ClusterSize

◆ IsIslandSpecific

readonly bool Barotrauma.ItemPrefab.FixedQuantityResourceInfo.IsIslandSpecific