Crossfire Server, Trunk
swallow_whole Namespace Reference

Variables

int eat_x = 6
 
int eat_y = 6
 
string eatmap = '/planes/purpleworm'
 
int isplayer = 1
 
 map = Crossfire.ReadyMap(eatmap)
 
 me = Crossfire.WhoIsOther()
 
 mexists = Crossfire.WhoIsOther()
 
 r = random.random()
 
 worm = Crossfire.WhoAmI()
 

Variable Documentation

◆ eat_x

int swallow_whole.eat_x = 6

Definition at line 5 of file swallow_whole.py.

◆ eat_y

int swallow_whole.eat_y = 6

Definition at line 6 of file swallow_whole.py.

◆ eatmap

string swallow_whole.eatmap = '/planes/purpleworm'

Definition at line 4 of file swallow_whole.py.

◆ isplayer

int swallow_whole.isplayer = 1

Definition at line 14 of file swallow_whole.py.

◆ map

swallow_whole.map = Crossfire.ReadyMap(eatmap)

Definition at line 22 of file swallow_whole.py.

◆ me

swallow_whole.me = Crossfire.WhoIsOther()

Definition at line 9 of file swallow_whole.py.

◆ mexists

swallow_whole.mexists = Crossfire.WhoIsOther()

Definition at line 34 of file swallow_whole.py.

◆ r

swallow_whole.r = random.random()

Definition at line 10 of file swallow_whole.py.

◆ worm

swallow_whole.worm = Crossfire.WhoAmI()

Definition at line 8 of file swallow_whole.py.