Crossfire Server, Trunk
python Namespace Reference

Functions

def do_activator ()
 
def do_anim ()
 
def do_arch ()
 
def do_attacktype ()
 
def do_attr ()
 
def do_basics ()
 
def do_bed ()
 
def do_check_inventory ()
 
def do_checkinv ()
 
def do_const ()
 
def do_create ()
 
def do_directory ()
 
def do_event ()
 
def do_exp ()
 
def do_face ()
 
def do_friendlylist ()
 
def do_help ()
 
def do_hook ()
 
def do_inventory ()
 
def do_light ()
 
def do_maps ()
 
def do_marker ()
 
def do_memory ()
 
def do_misc ()
 
def do_move ()
 
def do_move_to ()
 
def do_no_save ()
 
def do_owner ()
 
def do_party ()
 
def do_players ()
 
def do_readkey ()
 
def do_region ()
 
def do_resist ()
 
def do_speed ()
 
def do_time ()
 
def do_timer ()
 
def do_timer_kill ()
 
def do_writekey ()
 
def dump_move (title, move)
 
def handle_say ()
 
def handle_time ()
 

Variables

 event = Crossfire.WhatIsEvent()
 
 topic = Crossfire.WhatIsMessage().split()
 
 who = Crossfire.WhoIsActivator()
 
 whoami = Crossfire.WhoAmI()
 

Function Documentation

◆ do_activator()

def python.do_activator ( )

Definition at line 123 of file python.py.

Referenced by handle_say().

Here is the caller graph for this function:

◆ do_anim()

def python.do_anim ( )

Definition at line 386 of file python.py.

Referenced by handle_say().

Here is the caller graph for this function:

◆ do_arch()

def python.do_arch ( )

Definition at line 50 of file python.py.

Referenced by handle_say().

Here is the caller graph for this function:

◆ do_attacktype()

def python.do_attacktype ( )

Definition at line 348 of file python.py.

Referenced by handle_say().

Here is the caller graph for this function:

◆ do_attr()

def python.do_attr ( )

Definition at line 440 of file python.py.

References make_face_from_files.int, and make_face_from_files.str.

Referenced by handle_say().

Here is the caller graph for this function:

◆ do_basics()

def python.do_basics ( )

Definition at line 163 of file python.py.

Referenced by handle_say().

Here is the caller graph for this function:

◆ do_bed()

def python.do_bed ( )

Definition at line 272 of file python.py.

Referenced by handle_say().

Here is the caller graph for this function:

◆ do_check_inventory()

def python.do_check_inventory ( )

Definition at line 415 of file python.py.

Referenced by handle_say().

Here is the caller graph for this function:

◆ do_checkinv()

def python.do_checkinv ( )

Definition at line 361 of file python.py.

Referenced by handle_say().

Here is the caller graph for this function:

◆ do_const()

def python.do_const ( )

Definition at line 245 of file python.py.

Referenced by handle_say().

Here is the caller graph for this function:

◆ do_create()

def python.do_create ( )

Definition at line 316 of file python.py.

Referenced by handle_say().

Here is the caller graph for this function:

◆ do_directory()

def python.do_directory ( )

Definition at line 326 of file python.py.

Referenced by handle_say().

Here is the caller graph for this function:

◆ do_event()

def python.do_event ( )

Definition at line 336 of file python.py.

Referenced by handle_say().

Here is the caller graph for this function:

◆ do_exp()

def python.do_exp ( )

Definition at line 226 of file python.py.

References make_face_from_files.int.

Referenced by handle_say().

Here is the caller graph for this function:

◆ do_face()

def python.do_face ( )

Definition at line 372 of file python.py.

Referenced by handle_say().

Here is the caller graph for this function:

◆ do_friendlylist()

def python.do_friendlylist ( )

Definition at line 307 of file python.py.

Referenced by handle_say().

Here is the caller graph for this function:

◆ do_help()

def python.do_help ( )

Definition at line 10 of file python.py.

Referenced by handle_say().

Here is the caller graph for this function:

◆ do_hook()

def python.do_hook ( )

Definition at line 399 of file python.py.

Referenced by handle_say().

Here is the caller graph for this function:

◆ do_inventory()

def python.do_inventory ( )

Definition at line 219 of file python.py.

Referenced by handle_say().

Here is the caller graph for this function:

◆ do_light()

def python.do_light ( )

Definition at line 341 of file python.py.

References make_face_from_files.int.

Referenced by handle_say().

Here is the caller graph for this function:

◆ do_maps()

def python.do_maps ( )

Definition at line 70 of file python.py.

References make_face_from_files.int.

Referenced by handle_say().

Here is the caller graph for this function:

◆ do_marker()

def python.do_marker ( )

Definition at line 131 of file python.py.

Referenced by handle_say().

Here is the caller graph for this function:

◆ do_memory()

def python.do_memory ( )

Definition at line 144 of file python.py.

Referenced by handle_say().

Here is the caller graph for this function:

◆ do_misc()

def python.do_misc ( )

Definition at line 204 of file python.py.

Referenced by handle_say().

Here is the caller graph for this function:

◆ do_move()

def python.do_move ( )

Definition at line 269 of file python.py.

References dump_move().

Referenced by handle_say().

Here is the call graph for this function:
Here is the caller graph for this function:

◆ do_move_to()

def python.do_move_to ( )

Definition at line 432 of file python.py.

Referenced by handle_say().

Here is the caller graph for this function:

◆ do_no_save()

def python.do_no_save ( )

Definition at line 427 of file python.py.

Referenced by handle_say().

Here is the caller graph for this function:

◆ do_owner()

def python.do_owner ( )

Definition at line 304 of file python.py.

Referenced by handle_say().

Here is the caller graph for this function:

◆ do_party()

def python.do_party ( )

Definition at line 90 of file python.py.

Referenced by handle_say().

Here is the caller graph for this function:

◆ do_players()

def python.do_players ( )

Definition at line 355 of file python.py.

Referenced by handle_say().

Here is the caller graph for this function:

◆ do_readkey()

def python.do_readkey ( )

Definition at line 282 of file python.py.

Referenced by handle_say().

Here is the caller graph for this function:

◆ do_region()

def python.do_region ( )

Definition at line 102 of file python.py.

Referenced by handle_say().

Here is the caller graph for this function:

◆ do_resist()

def python.do_resist ( )

Definition at line 158 of file python.py.

Referenced by handle_say().

Here is the caller graph for this function:

◆ do_speed()

def python.do_speed ( )

Definition at line 298 of file python.py.

Referenced by handle_say().

Here is the caller graph for this function:

◆ do_time()

def python.do_time ( )

Definition at line 178 of file python.py.

Referenced by handle_say().

Here is the caller graph for this function:

◆ do_timer()

def python.do_timer ( )

Definition at line 189 of file python.py.

Referenced by handle_say().

Here is the caller graph for this function:

◆ do_timer_kill()

def python.do_timer_kill ( )

Definition at line 196 of file python.py.

References make_face_from_files.int.

Referenced by handle_say().

Here is the caller graph for this function:

◆ do_writekey()

def python.do_writekey ( )

Definition at line 288 of file python.py.

References make_face_from_files.int.

Referenced by handle_say().

Here is the caller graph for this function:

◆ dump_move()

def python.dump_move (   title,
  move 
)

Definition at line 255 of file python.py.

Referenced by do_move().

Here is the caller graph for this function:

◆ handle_say()

◆ handle_time()

def python.handle_time ( )

Definition at line 546 of file python.py.

References make_face_from_files.int.

Variable Documentation

◆ event

python.event = Crossfire.WhatIsEvent()

Definition at line 561 of file python.py.

◆ topic

python.topic = Crossfire.WhatIsMessage().split()

Definition at line 563 of file python.py.

◆ who

python.who = Crossfire.WhoIsActivator()

Definition at line 8 of file python.py.

◆ whoami

python.whoami = Crossfire.WhoAmI()

Definition at line 7 of file python.py.