Crossfire Server, Trunk
|
Functions | |
def | move_final (me) |
def | move_grab (me) |
def | process () |
Variables | |
int | chief_talks = 0 |
int | grab_to_x = 20 |
int | grab_to_y = 8 |
int | start_x = 20 |
int | start_y = 4 |
int | to_final_x = 20 |
int | to_final_y = 7 |
def doors_galore.move_final | ( | me | ) |
Definition at line 61 of file doors_galore.py.
Referenced by process().
def doors_galore.move_grab | ( | me | ) |
Definition at line 42 of file doors_galore.py.
Referenced by process().
def doors_galore.process | ( | ) |
Definition at line 72 of file doors_galore.py.
References move_final(), and move_grab().
int doors_galore.chief_talks = 0 |
Definition at line 40 of file doors_galore.py.
int doors_galore.grab_to_x = 20 |
Definition at line 32 of file doors_galore.py.
int doors_galore.grab_to_y = 8 |
Definition at line 33 of file doors_galore.py.
int doors_galore.start_x = 20 |
Definition at line 29 of file doors_galore.py.
int doors_galore.start_y = 4 |
Definition at line 30 of file doors_galore.py.
int doors_galore.to_final_x = 20 |
Definition at line 36 of file doors_galore.py.
int doors_galore.to_final_y = 7 |
Definition at line 37 of file doors_galore.py.