C# Class RA.CompCraftedValue

Inheritance: ThingComp
Mostra file Open project: RWA-Team/RimworldAscension

Public Properties

Property Type Description
marketValue float

Public Methods

Method Description
PredictBaseMarketValue ( ThingDef thingDef, CompCraftedValue_Properties compProps ) : float
PredictMarketValue ( ) : float
SetMarketValue ( RecipeDef recipe, List currentIngredients ) : void

Method Details

PredictBaseMarketValue() public static method

public static PredictBaseMarketValue ( ThingDef thingDef, CompCraftedValue_Properties compProps ) : float
thingDef ThingDef
compProps CompCraftedValue_Properties
return float

PredictMarketValue() public method

public PredictMarketValue ( ) : float
return float

SetMarketValue() public method

public SetMarketValue ( RecipeDef recipe, List currentIngredients ) : void
recipe RecipeDef
currentIngredients List
return void

Property Details

marketValue public_oe property

public float marketValue
return float