|
bool | IsLastStage () |
|
virtual bool | BlockSight (Cell cell) |
|
virtual bool | BlockPass (Cell cell) |
|
virtual string | GetSoundProgress () |
|
virtual GrowSystem.Stage | CreateStage () |
|
void | Init (SourceObj.Row _row) |
|
virtual void | SetGenericFirstStageTile (GrowSystem.Stage s) |
|
virtual void | SetStageTile (GrowSystem.Stage s) |
|
virtual int | GetStageTile () |
|
virtual int | GetShadow (int index) |
|
virtual void | OnRenderTileMap (RenderParam p) |
|
void | SetRandomStage () |
|
void | SetDefaultStage () |
|
bool | CanGrow (VirtualDate date) |
|
void | TryGrow (VirtualDate date) |
|
void | EqualizePlants (Point pos) |
|
void | Grow (int mtp=1) |
|
virtual void | OnReachNextStage () |
|
virtual void | OnExceedLastStage () |
|
void | SetStage (int idx, bool renewHarvest=false) |
|
bool | HaltGrowth () |
|
void | Perish () |
|
bool | IsWithered () |
|
bool | CanHarvest () |
|
virtual bool | CanReapSeed () |
|
virtual void | OnHit (Chara c) |
|
virtual void | OnHitFail (Chara c) |
|
void | OnProgressComplete (Chara c) |
|
void | PopMineObj (Chara c=null) |
|
virtual void | OnMineObj (Chara c=null) |
|
void | TryPick (Cell cell, Thing t, Chara c, bool applySeed=false) |
|
void | TryPick (Cell cell, string idThing, int idMat=-1, int num=1, bool applySeed=false) |
|
Thing | TryPopSeed (Chara c) |
|
void | Harvest (Chara c) |
|
void | PopHarvest (Chara c, string idThing, int num=-1) |
|
void | PopHarvest (Chara c, Thing t=null, int num=-1) |
|
void | ApplySeed (Thing t) |
|
virtual int | GetHp () |
|
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) |
|
SourceObj.Row | source |
|
GrowSystem.Stage[] | stages |
|
int[] | baseTiles |
|
int | harvestTile |
|
int | afterHarvestTile |
|
string | idHarvestThing |
|
static SourceObj.Row[] | sourceSnowTree |
|
const int | DivStage = 30 |
|
static Cell | cell |
|
static GrowSystem.Stage | currentStage |
|
static Core | core |
|
virtual bool | IsHarvestStage (int idx) |
|
Definition at line 4 of file GrowSystemCrop.cs.
◆ HarvestStage
override int GrowSystemCrop.HarvestStage |
|
get |
◆ IsCrimeToHarvest
override bool GrowSystemCrop.IsCrimeToHarvest |
|
get |
The documentation for this class was generated from the following file: