|
| 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, TraitCrafter crafter=null, bool model=false) |
| |
| bool | HasSameTile (Point point, int dir, int altitude, int bridgeHeight) |
| |
| virtual void | Build (TaskBuild task) |
| |
| virtual void | Build (Chara chara, Card t, Point pos, int mat, int dir, int altitude, int bridgeHeight) |
| |
| virtual 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 Recipe | Duplicate () |
| |
| virtual void | SetImage (Image icon) |
| |
| bool | IsCraftable () |
| |
| int | GetMaxCount () |
| |
| void | SetTextDifficulty (UIText text) |
| |
| int | GetSortVal () |
| |
| bool | HasFirstTimeBonus () |
| |
| void | TryGetFirstTimeBonus () |
| |
| void | SaveLastIngredients () |
| |
| QuestTrackCraft | GetQuestTrack () |
| |
| void | ToggleTrack (QuestTrackCraft quest) |
| |
|
| enum | State { Valid
, Invalid
} |
| |
| enum | IngType { Default
, CreativeFood
} |
| |
| 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 | rndSeed (int a, int seed) |
| |
| static int | rnd (long a) |
| |
| static int | rnd (int a) |
| |
| static int | curve (int _a, int start, int step, int rate=75) |
| |
| static int | sqrt (int a) |
| |
| 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< Ingredient > | ingredients = new List<Ingredient>() |
| |
| bool | UseStock |
| |
| bool | IngAsProduct |
| |
| bool | VirtualBlock |
| |
| int | _dir |
| |
| int | sync |
| |
| int | idMat = -1 |
| |
| int | idSkin |
| |
| State | state |
| |
| RecipeSource | _source |
| |
| static Dictionary< string, Recipe > | recipeCache = new Dictionary<string, Recipe>() |
| |
| static Core | core |
| |
Definition at line 1 of file RecipeBridgePillar.cs.
◆ Build()
| override void RecipeBridgePillar.Build |
( |
Chara |
chara, |
|
|
Card |
t, |
|
|
Point |
pos, |
|
|
int |
mat, |
|
|
int |
dir, |
|
|
int |
altitude, |
|
|
int |
bridgeHeight |
|
) |
| |
|
inlinevirtual |
◆ Duplicate()
| override Recipe RecipeBridgePillar.Duplicate |
( |
| ) |
|
|
inlinevirtual |
◆ 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: