Crossfire Server, Trunk
|
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() | |
int swallow_whole.eat_x = 6 |
Definition at line 5 of file swallow_whole.py.
int swallow_whole.eat_y = 6 |
Definition at line 6 of file swallow_whole.py.
string swallow_whole.eatmap = '/planes/purpleworm' |
Definition at line 4 of file swallow_whole.py.
int swallow_whole.isplayer = 1 |
Definition at line 14 of file swallow_whole.py.
swallow_whole.map = Crossfire.ReadyMap(eatmap) |
Definition at line 22 of file swallow_whole.py.
swallow_whole.me = Crossfire.WhoIsOther() |
Definition at line 9 of file swallow_whole.py.
swallow_whole.mexists = Crossfire.WhoIsOther() |
Definition at line 34 of file swallow_whole.py.
swallow_whole.r = random.random() |
Definition at line 10 of file swallow_whole.py.
swallow_whole.worm = Crossfire.WhoAmI() |
Definition at line 8 of file swallow_whole.py.