Crossfire Server, Trunk
doors_galore Namespace Reference

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
 

Function Documentation

◆ move_final()

def doors_galore.move_final (   me)

Definition at line 61 of file doors_galore.py.

Referenced by process().

+ Here is the caller graph for this function:

◆ move_grab()

def doors_galore.move_grab (   me)

Definition at line 42 of file doors_galore.py.

Referenced by process().

+ Here is the caller graph for this function:

◆ process()

def doors_galore.process ( )

Definition at line 72 of file doors_galore.py.

References move_final(), and move_grab().

+ Here is the call graph for this function:

Variable Documentation

◆ chief_talks

int doors_galore.chief_talks = 0

Definition at line 40 of file doors_galore.py.

◆ grab_to_x

int doors_galore.grab_to_x = 20

Definition at line 32 of file doors_galore.py.

◆ grab_to_y

int doors_galore.grab_to_y = 8

Definition at line 33 of file doors_galore.py.

◆ start_x

int doors_galore.start_x = 20

Definition at line 29 of file doors_galore.py.

◆ start_y

int doors_galore.start_y = 4

Definition at line 30 of file doors_galore.py.

◆ to_final_x

int doors_galore.to_final_x = 20

Definition at line 36 of file doors_galore.py.

◆ to_final_y

int doors_galore.to_final_y = 7

Definition at line 37 of file doors_galore.py.