Elin Decompiled Documentation
EA 23.130 Nightly
Loading...
Searching...
No Matches
FOOD.cs
Go to the documentation of this file.
1
public
class
FOOD
2
{
3
public
const
int
food_CHA
= 700;
4
5
public
const
int
justcooked
= 757;
6
7
public
const
int
food_god
= 758;
8
9
public
const
int
food_cat
= 701;
10
11
public
const
int
food_undead
= 709;
12
13
public
const
int
food_love
= 703;
14
15
public
const
int
food_poison
= 702;
16
17
public
const
int
kirimi
= 707;
18
19
public
const
int
loseWeight
= 706;
20
21
public
const
int
food_human
= 708;
22
23
public
const
int
food_bug
= 704;
24
25
public
const
int
gainWeight
= 705;
26
27
public
static
readonly
int
[]
IDS
=
new
int
[12]
28
{
29
700, 757, 758, 701, 709, 703, 702, 707, 706, 708,
30
704, 705
31
};
32
}
FOOD
Definition:
FOOD.cs:2
FOOD.IDS
static readonly int[] IDS
Definition:
FOOD.cs:27
FOOD.justcooked
const int justcooked
Definition:
FOOD.cs:5
FOOD.food_god
const int food_god
Definition:
FOOD.cs:7
FOOD.food_bug
const int food_bug
Definition:
FOOD.cs:23
FOOD.food_CHA
const int food_CHA
Definition:
FOOD.cs:3
FOOD.kirimi
const int kirimi
Definition:
FOOD.cs:17
FOOD.food_undead
const int food_undead
Definition:
FOOD.cs:11
FOOD.gainWeight
const int gainWeight
Definition:
FOOD.cs:25
FOOD.food_poison
const int food_poison
Definition:
FOOD.cs:15
FOOD.food_cat
const int food_cat
Definition:
FOOD.cs:9
FOOD.food_human
const int food_human
Definition:
FOOD.cs:21
FOOD.loseWeight
const int loseWeight
Definition:
FOOD.cs:19
FOOD.food_love
const int food_love
Definition:
FOOD.cs:13
Elin
FOOD.cs
Generated by
1.9.6