Zappy - Year end project 2
This is a project that Epitech asked us to create in order to allow us to reveiw the notions of the current year.
Loading...
Searching...
No Matches
Static Public Attributes
global_variables.Items Class Reference
Collaboration diagram for global_variables.Items:
Collaboration graph

Static Public Attributes

int FOOD = 1
 
int LINEMATE = 2
 
int DERAUMERE = 3
 
int SIBUR = 4
 
int MENDIANE = 5
 
int PHIRAS = 6
 
int THYSTAME = 7
 
int PLAYER = 8
 
int UNKNOWN = 9
 

Detailed Description

_summary_
This is a python version of an enum.
This enum hosts a set of variables referencing the available types of objects that can be gathered from the field

Definition at line 125 of file global_variables.py.

Field Documentation

◆ DERAUMERE

int global_variables.Items.DERAUMERE = 3
static

Definition at line 133 of file global_variables.py.

◆ FOOD

int global_variables.Items.FOOD = 1
static

Definition at line 131 of file global_variables.py.

◆ LINEMATE

int global_variables.Items.LINEMATE = 2
static

Definition at line 132 of file global_variables.py.

◆ MENDIANE

int global_variables.Items.MENDIANE = 5
static

Definition at line 135 of file global_variables.py.

◆ PHIRAS

int global_variables.Items.PHIRAS = 6
static

Definition at line 136 of file global_variables.py.

◆ PLAYER

int global_variables.Items.PLAYER = 8
static

Definition at line 138 of file global_variables.py.

◆ SIBUR

int global_variables.Items.SIBUR = 4
static

Definition at line 134 of file global_variables.py.

◆ THYSTAME

int global_variables.Items.THYSTAME = 7
static

Definition at line 137 of file global_variables.py.

◆ UNKNOWN

int global_variables.Items.UNKNOWN = 9
static

Definition at line 139 of file global_variables.py.


The documentation for this class was generated from the following file: