|
| override void | Build (Chara chara, Card t, Point pos, int mat, int dir, int altitude, int bridgeHeight) |
| |
| override Recipe | Duplicate () |
| |
| bool | IsStaticLV () |
| |
| int | GetQualityBonus () |
| |
| virtual int | GetRefVal () |
| |
| virtual string | GetIdThing () |
| |
| virtual bool | ShouldShowHighlight (HitResult r) |
| |
| BaseTileSelector.BoxType | GetBoxType () |
| |
| int | GetDefaultColor () |
| |
| virtual SourceMaterial.Row | GetMainMaterial () |
| |
| virtual SourceMaterial.Row | GetColorMaterial () |
| |
| virtual void | BuildIngredientList () |
| |
| void | BuildIngredientList (Thing t) |
| |
| virtual void | OnChangeIngredient () |
| |
| virtual Thing | Craft (BlessedState blessed, bool sound=false, List< Thing > ings=null, bool model=false) |
| |
| bool | HasSameTile (Point point, int dir, int altitude, int bridgeHeight) |
| |
| virtual void | Build (TaskBuild task) |
| |
| virtual unsafe void | OnRenderMarker (Point point, bool active, HitResult result, bool main, int dir, int bridgeHeight) |
| |
| string | GetName () |
| |
| virtual string | GetDetail () |
| |
| virtual void | WriteNote (UINote n) |
| |
| void | WriteReqFactory (UINote n, bool hasFactory=true) |
| |
| void | WriteReqSkill (UINote n) |
| |
| virtual IRenderer | GetRenderer () |
| |
| virtual void | OnSelected () |
| |
| virtual void | OnChangeAltitude (int a) |
| |
| virtual void | Rotate () |
| |
| virtual void | SetDir (int d) |
| |
| 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) |
| |
| string | id |
| |
| List< Recipe.Ingredient > | ingredients = new List<Recipe.Ingredient>() |
| |
| bool | UseStock |
| |
| bool | IngAsProduct |
| |
| bool | VirtualBlock |
| |
| int | _dir |
| |
| int | sync |
| |
| int | idMat = -1 |
| |
| int | idSkin |
| |
| Recipe.State | state |
| |
| RecipeSource | _source |
| |
| static Dictionary< string, Recipe > | recipeCache = new Dictionary<string, Recipe>() |
| |
| static Core | core |
| |
Definition at line 4 of file RecipeBridgePillar.cs.
◆ Build()
| override void RecipeBridgePillar.Build |
( |
Chara | chara, |
|
|
Card | t, |
|
|
Point | pos, |
|
|
int | mat, |
|
|
int | dir, |
|
|
int | altitude, |
|
|
int | bridgeHeight ) |
|
virtual |
◆ Duplicate()
| override Recipe RecipeBridgePillar.Duplicate |
( |
| ) |
|
|
virtual |
◆ IsBlock
| override bool RecipeBridgePillar.IsBlock |
|
get |
◆ RequireIngredients
| override bool RecipeBridgePillar.RequireIngredients |
|
get |
◆ tileType
| override TileType RecipeBridgePillar.tileType |
|
get |
The documentation for this class was generated from the following file: