|
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.
|

Static Public Attributes | |
| int | LEFT = 1 |
| int | LOOK = 2 |
| int | FORK = 3 |
| int | RIGHT = 4 |
| int | EJECT = 5 |
| int | EMPTY = 6 |
| int | FORWARD = 7 |
| int | INVENTORY = 8 |
| int | CONNECT_NBR = 9 |
| int | SET_OBJECT = 10 |
| int | TAKE_OBJECT = 11 |
| int | INCANTATION = 12 |
| int | BROADCAST_TEXT = 13 |
| int | OK = 14 |
| int | KO = 15 |
| int | UNKNOWN = 16 |
| int | WELCOME = 17 |
| int | CLIENT_NUMBER = 18 |
| int | GRAPHIC_MODE = 19 |
| int | DEAD = 20 |
_sumary_ This is a python version of an enum. This enum hosts a set of variables referencing the available commands for the exchange between the ai and the server
Definition at line 97 of file global_variables.py.
|
static |
Definition at line 115 of file global_variables.py.
|
static |
Definition at line 120 of file global_variables.py.
|
static |
Definition at line 111 of file global_variables.py.
|
static |
Definition at line 122 of file global_variables.py.
|
static |
Definition at line 107 of file global_variables.py.
|
static |
Definition at line 108 of file global_variables.py.
|
static |
Definition at line 105 of file global_variables.py.
|
static |
Definition at line 109 of file global_variables.py.
|
static |
Definition at line 121 of file global_variables.py.
|
static |
Definition at line 114 of file global_variables.py.
|
static |
Definition at line 110 of file global_variables.py.
|
static |
Definition at line 117 of file global_variables.py.
|
static |
Definition at line 103 of file global_variables.py.
|
static |
Definition at line 104 of file global_variables.py.
|
static |
Definition at line 116 of file global_variables.py.
|
static |
Definition at line 106 of file global_variables.py.
|
static |
Definition at line 112 of file global_variables.py.
|
static |
Definition at line 113 of file global_variables.py.
|
static |
Definition at line 118 of file global_variables.py.
|
static |
Definition at line 119 of file global_variables.py.