Elin Decompiled Documentation
EA 23.102 Nightly
Loading...
Searching...
No Matches
StatsHunger.cs
Go to the documentation of this file.
1
public
class
StatsHunger
:
Stats
2
{
3
public
const
int
Bloated
= 0;
4
5
public
const
int
Filled
= 1;
6
7
public
const
int
Normal
= 2;
8
9
public
const
int
Hungry
= 3;
10
11
public
const
int
VeryHungry
= 4;
12
13
public
const
int
Starving
= 5;
14
15
public
override
bool
TrackPhaseChange
=>
BaseStats
.
CC
.
IsPC
;
16
}
BaseStats
Definition:
BaseStats.cs:7
BaseStats.CC
static Chara CC
Definition:
BaseStats.cs:8
Chara.IsPC
override bool IsPC
Definition:
Chara.cs:597
StatsHunger
Definition:
StatsHunger.cs:2
StatsHunger.TrackPhaseChange
override bool TrackPhaseChange
Definition:
StatsHunger.cs:15
StatsHunger.Normal
const int Normal
Definition:
StatsHunger.cs:7
StatsHunger.Starving
const int Starving
Definition:
StatsHunger.cs:13
StatsHunger.Hungry
const int Hungry
Definition:
StatsHunger.cs:9
StatsHunger.VeryHungry
const int VeryHungry
Definition:
StatsHunger.cs:11
StatsHunger.Bloated
const int Bloated
Definition:
StatsHunger.cs:3
StatsHunger.Filled
const int Filled
Definition:
StatsHunger.cs:5
Stats
Definition:
Stats.cs:5
Elin
StatsHunger.cs
Generated by
1.9.6