C# 클래스 RA.CompCraftedValue

상속: ThingComp
파일 보기 프로젝트 열기: RWA-Team/RimworldAscension

공개 프로퍼티들

프로퍼티 타입 설명
marketValue float

공개 메소드들

메소드 설명
PredictBaseMarketValue ( ThingDef thingDef, CompCraftedValue_Properties compProps ) : float
PredictMarketValue ( ) : float
SetMarketValue ( RecipeDef recipe, List currentIngredients ) : void

메소드 상세

PredictBaseMarketValue() 공개 정적인 메소드

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

PredictMarketValue() 공개 메소드

public PredictMarketValue ( ) : float
리턴 float

SetMarketValue() 공개 메소드

public SetMarketValue ( RecipeDef recipe, List currentIngredients ) : void
recipe RecipeDef
currentIngredients List
리턴 void

프로퍼티 상세

marketValue 공개적으로 프로퍼티

public float marketValue
리턴 float