|
| override IRenderer | GetRenderer () |
| |
| override string | GetDetail () |
| |
| override string | GetIdThing () |
| |
| override void | OnRenderMarker (Point point, bool active, HitResult result, bool main, int dir, int bridgeHeight) |
| |
| override void | BuildIngredientList () |
| |
| override void | OnChangeIngredient () |
| |
| override void | OnSelected () |
| |
| Card | CreateMold () |
| |
| override Thing | Craft (BlessedState blessed, bool sound=false, List< Thing > ings=null, bool model=false) |
| |
| void | MakeDish (Thing t) |
| |
| void | MixIngredients (Thing t) |
| |
| string | GetIdFailDish () |
| |
| override void | Build (TaskBuild task) |
| |
| override void | Build (Chara chara, Card t, Point pos, int mat, int dir, int altitude, int bridgeHeight) |
| |
| override void | OnChangeAltitude (int a) |
| |
| override void | Rotate () |
| |
| override void | SetDir (int d) |
| |
| override void | WriteNote (UINote n) |
| |
| override Recipe | Duplicate () |
| |
| bool | IsStaticLV () |
| |
| int | GetQualityBonus () |
| |
| virtual int | GetRefVal () |
| |
| virtual bool | ShouldShowHighlight (HitResult r) |
| |
| BaseTileSelector.BoxType | GetBoxType () |
| |
| int | GetDefaultColor () |
| |
| virtual SourceMaterial.Row | GetMainMaterial () |
| |
| virtual SourceMaterial.Row | GetColorMaterial () |
| |
| void | BuildIngredientList (Thing t) |
| |
| bool | HasSameTile (Point point, int dir, int altitude, int bridgeHeight) |
| |
| string | GetName () |
| |
| void | WriteReqFactory (UINote n, bool hasFactory=true) |
| |
| void | WriteReqSkill (UINote n) |
| |
| virtual void | SetImage (Image icon) |
| |
| bool | IsCraftable () |
| |
| int | GetMaxCount () |
| |
| void | SetTextDifficulty (UIText text) |
| |
| int | GetSortVal () |
| |
|
| enum | State { Valid
, Invalid
} |
| |
| static Recipe | GetOrCreate (string id) |
| |
| static Recipe | Create (RecipeSource _source, int idMat=-1, Thing ing=null) |
| |
| static Recipe | Create (Thing t) |
| |
| static void | DropIngredients (string id, string idMatMain, int num=1) |
| |
| static int | rnd (int a) |
| |
| static int | curve (int a, int start, int step, int rate=75) |
| |
| static int | rndHalf (int a) |
| |
| static float | rndf (float a) |
| |
| static int | rndSqrt (int a) |
| |
| static void | Wait (float a, Card c) |
| |
| static void | Wait (float a, Point p) |
| |
| static int | Bigger (int a, int b) |
| |
| static int | Smaller (int a, int b) |
| |
| static Dictionary< string, Recipe > | recipeCache = new Dictionary<string, Recipe>() |
| |
| static Core | core |
| |
Definition at line 7 of file RecipeCard.cs.
◆ Build() [1/2]
| override void RecipeCard.Build |
( |
Chara | chara, |
|
|
Card | t, |
|
|
Point | pos, |
|
|
int | mat, |
|
|
int | dir, |
|
|
int | altitude, |
|
|
int | bridgeHeight ) |
|
virtual |
◆ Build() [2/2]
| override void RecipeCard.Build |
( |
TaskBuild | task | ) |
|
|
virtual |
◆ BuildIngredientList()
| override void RecipeCard.BuildIngredientList |
( |
| ) |
|
|
virtual |
◆ Craft()
| override Thing RecipeCard.Craft |
( |
BlessedState | blessed, |
|
|
bool | sound = false, |
|
|
List< Thing > | ings = null, |
|
|
bool | model = false ) |
|
virtual |
◆ CreateMold()
| Card RecipeCard.CreateMold |
( |
| ) |
|
◆ Duplicate()
| override Recipe RecipeCard.Duplicate |
( |
| ) |
|
|
virtual |
◆ GetDetail()
| override string RecipeCard.GetDetail |
( |
| ) |
|
|
virtual |
◆ GetIdFailDish()
| string RecipeCard.GetIdFailDish |
( |
| ) |
|
◆ GetIdThing()
| override string RecipeCard.GetIdThing |
( |
| ) |
|
|
virtual |
◆ GetRenderer()
| override IRenderer RecipeCard.GetRenderer |
( |
| ) |
|
|
virtual |
◆ MakeDish()
| void RecipeCard.MakeDish |
( |
Thing | t | ) |
|
◆ MixIngredients()
| void RecipeCard.MixIngredients |
( |
Thing | t | ) |
|
◆ OnChangeAltitude()
| override void RecipeCard.OnChangeAltitude |
( |
int | a | ) |
|
|
virtual |
◆ OnChangeIngredient()
| override void RecipeCard.OnChangeIngredient |
( |
| ) |
|
|
virtual |
◆ OnRenderMarker()
| override void RecipeCard.OnRenderMarker |
( |
Point | point, |
|
|
bool | active, |
|
|
HitResult | result, |
|
|
bool | main, |
|
|
int | dir, |
|
|
int | bridgeHeight ) |
|
virtual |
◆ OnSelected()
| override void RecipeCard.OnSelected |
( |
| ) |
|
|
virtual |
◆ Rotate()
| override void RecipeCard.Rotate |
( |
| ) |
|
|
virtual |
◆ SetDir()
| override void RecipeCard.SetDir |
( |
int | d | ) |
|
|
virtual |
◆ WriteNote()
| override void RecipeCard.WriteNote |
( |
UINote | n | ) |
|
|
virtual |
◆ _mold
◆ _sourceCard
◆ freePos
◆ fx
◆ fy
◆ CanRotate
| override bool RecipeCard.CanRotate |
|
get |
◆ idCard
◆ isDish
◆ IsThing
| override bool RecipeCard.IsThing |
|
get |
◆ Mold
| override Card RecipeCard.Mold |
|
get |
◆ renderRow
◆ sourceCard
◆ tileType
The documentation for this class was generated from the following file: