|
Elin Decompiled Documentation EA 23.243 Nightly Patch 3
|
Public Member Functions | |
| override int | GetValue () |
| override string | ToString () |
| override string | GetText () |
| override Color | GetColor (Gradient g) |
| Stats | Set (int[] _raw, int _rawIndex, Chara _CC) |
| override int | GetPhase () |
| virtual void | Set (int a) |
| virtual void | Mod (int a) |
| virtual void | Validate () |
| virtual void | OnChangePhase (int phase, int lastPhase) |
Public Member Functions inherited from BaseStats | |
| virtual Color | GetColor (Gradient gradient) |
| virtual Color | GetColor (SkinColorProfile c) |
| Color | GetColor () |
| virtual string | GetText () |
| virtual string | GetPhaseStr () |
| virtual int | GetValue () |
| virtual int | GetSortVal () |
| virtual Sprite | GetSprite () |
| virtual void | SetText (UIText t, SkinColorProfile cols=null) |
| virtual int | GetPhase () |
| void | PopText () |
| virtual void | WriteNote (UINote n, Action< UINote > onWriteNote=null) |
| virtual void | _WriteNote (UINote n, bool asChild=false) |
Public Attributes | |
| int | rawIndex |
| int[] | raw |
Public Attributes inherited from BaseStats | |
| int | id |
| SourceStat.Row | _source |
Static Public Attributes | |
| static StatsHunger | Hunger |
| static StatsBurden | Burden |
| static StatsStamina | Stamina |
| static StatsSleepiness | Sleepiness |
| static Stats | Depression |
| static Stats | Bladder |
| static StatsHygiene | Hygiene |
| static StatsMana | Mana |
| static StatsSAN | SAN |
Static Public Attributes inherited from BaseStats | |
| static Chara | CC |
Static Public Attributes inherited from EClass | |
| static Core | core |
Properties | |
| virtual int | value [get, set] |
| virtual int | max [get, set] |
| string | name [get] |
| virtual bool | TrackPhaseChange [get] |
| virtual int | min [get] |
Properties inherited from BaseStats | |
| SourceStat.Row | source [get] |
| virtual Emo2 | EmoIcon [get] |
| virtual ConditionType | Type [get] |
| virtual string | idSprite [get] |
| virtual bool | ShowInWidget [get] |
| virtual Chara | Owner [get] |
Properties inherited from EClass | |
| static Game | game [get] |
| static bool | AdvMode [get] |
| static Player | player [get] |
| static Chara | pc [get] |
| static UI | ui [get] |
| static Map | _map [get] |
| static Zone | _zone [get] |
| static FactionBranch | Branch [get] |
| static FactionBranch | BranchOrHomeBranch [get] |
| static Faction | Home [get] |
| static Faction | Wilds [get] |
| static Scene | scene [get] |
| static BaseGameScreen | screen [get] |
| static GameSetting | setting [get] |
| static GameData | gamedata [get] |
| static ColorProfile | Colors [get] |
| static World | world [get] |
| static SourceManager | sources [get] |
| static SourceManager | editorSources [get] |
| static SoundManager | Sound [get] |
| static CoreDebug | debug [get] |
Additional Inherited Members | |
Static Public Member Functions inherited from EClass | |
| 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) |
|
inlinevirtual |
Reimplemented from BaseStats.
Definition at line 104 of file Stats.cs.
Referenced by WindowChara.AddNeeds().
|
inlinevirtual |
Reimplemented from BaseStats.
Reimplemented in StatsBurden, and StatsStamina.
Definition at line 117 of file Stats.cs.
Referenced by Chara._Move(), Chara.CanSleep(), GetText(), TraitMoongate.LoadMap(), Mod(), Chara.ModAffinity(), Scene.OnUpdate(), FoodEffect.Proc(), LayerTravel.Refresh(), Chara.RefreshSpeed(), AI_Eat.Run(), AI_Idle.Run(), Chara.Tick(), ConSleep.Tick(), Chara.TickConditions(), ToString(), Chara.TryUse(), and Chara.Vomit().
|
inlinevirtual |
Reimplemented from BaseStats.
Definition at line 94 of file Stats.cs.
References GetPhase().
Referenced by WindowChara.AddNeeds().
|
inlinevirtual |
|
inlinevirtual |
Reimplemented in StatsMana, and StatsStamina.
Definition at line 135 of file Stats.cs.
References BaseStats.CC, GetPhase(), Card.IsAgent, max, min, OnChangePhase(), TrackPhaseChange, and value.
Referenced by TraitShrine._OnUse(), Card.ApplyElementEffect(), AI_PracticeDummy.CreateProgress(), Chara.Cure(), ActEffect.DamageEle(), Chara.Drink(), AI_Fish.ProgressFish.Fail(), AI_Fuck.Finish(), AI_Massage.Finish(), Chara.GiveGift(), TaskChopWood.OnCreateProgress(), TaskDrawWater.OnCreateProgress(), TaskHarvest.OnCreateProgress(), TaskPlow.OnCreateProgress(), TaskPourWater.OnCreateProgress(), MiniGame.OnPlay(), AI_Fish.ProgressFish.OnProgressComplete(), TaskCraft.OnProgressComplete(), TaskDig.OnProgressComplete(), TaskMine.OnProgressComplete(), TraitBaseSpellbook.OnRead(), ConSleep.OnRemoved(), Chara.OnSleep(), ConAwakening.OnStart(), LayerMiniGame.OnUpdateInput(), ActRanged.Perform(), ActPray.Pray(), FoodEffect.Proc(), ActEffect.Proc(), TraitBaseSpellbook.ReadFailEffect(), AI_Bladder.Run(), AI_Craft_Snowman.Run(), AI_Fuck.Run(), AI_Idle.Run(), AI_OpenGambleChest.Run(), AI_PassTime.Run(), AI_PlayMusic.Run(), AI_Shear.Run(), AI_Slaughter.Run(), AI_Steal.Run(), AI_UseCrafter.Run(), TaskClean.Run(), Zone.Simulate(), ActThrow.Throw(), ConSleep.Tick(), ConSmoking.Tick(), Chara.TickConditions(), Chara.TryAbsorbRod(), Trait.TryOpenLock(), Chara.UseAbility(), and Chara.Vomit().
|
inlinevirtual |
Definition at line 178 of file Stats.cs.
References BaseStats.CC, BaseStats.PopText(), Card.Say(), Msg.SetColor(), and Card.ShouldShowMsg.
Referenced by Mod().
|
inlinevirtual |
Definition at line 109 of file Stats.cs.
Referenced by Chara.CalcBurden(), Chara.OnSleep(), and Game.StartNewGame().
|
inline |
|
inlinevirtual |
|
static |
|
static |
|
static |
|
static |
|
static |
|
static |
|
static |
|
static |
|
static |
|
getset |
Definition at line 67 of file Stats.cs.
Referenced by TraitShrine._OnUse(), FactionBranch.AddMemeber(), WindowChara.AddNeeds(), AI_Fuck.Finish(), AI_Massage.Finish(), GetColor(), Element.GetCost(), GetPhase(), Chara.HealAll(), Chara.IsCriticallyWounded(), Mod(), Chara.OnCreate(), ActEffect.Proc(), CoreDebug.QuickStart(), TraitBaseSpellbook.ReadFailEffect(), WidgetHP.Refresh(), WindowChara.RefreshStatic(), AI_Idle.Run(), AI_Torture.Run(), Chara.SaiyanRevive(), Set(), Card.SetLv(), Zone.Simulate(), Game.StartNewGame(), Chara.Stumble(), Chara.TickConditions(), GoalCombat.TryUseAbility(), and Validate().
|
get |
Definition at line 82 of file Stats.cs.
Referenced by Mod(), Set(), and Validate().
|
get |
Definition at line 78 of file Stats.cs.
Referenced by ToString().
|
get |
|
getset |
Definition at line 55 of file Stats.cs.
Referenced by AM_Adv._OnUpdateInput(), Element._WriteNote(), FactionBranch.AddMemeber(), WindowChara.AddNeeds(), AI_PracticeDummy.CreateProgress(), ActEffect.DamageEle(), Card.DamageHP(), Chara.Duplicate(), AI_Fuck.Finish(), GetColor(), Chara.GetGoalFromTimeTable(), Chara.GetHoverText2(), GetPhase(), StatsBurden.GetPhase(), StatsStamina.GetPhase(), GetValue(), GoalAutoCombat.GoalAutoCombat(), Mod(), StatsMana.Mod(), StatsStamina.Mod(), Chara.OnSleep(), ActRanged.Perform(), FoodEffect.Proc(), ActEffect.Proc(), Religion.PunishTakeOver(), WidgetHP.Refresh(), UIRecipeInfo.RefreshBalance(), WindowChara.RefreshProfile(), Chara.Revive(), AI_Idle.Run(), AI_Torture.Run(), GoalNeeds.Run(), Set(), Zone.Simulate(), ButtonAbility.SpecialHoldAction(), Chara.Tick(), Chara.TickConditions(), ToString(), GoalCombat.TryUseAbility(), Chara.UseAbility(), and Validate().