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_cjson ()
 
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 124 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 387 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 51 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 349 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 441 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 164 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 273 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 416 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 362 of file python.py.

Referenced by handle_say().

+ Here is the caller graph for this function:

◆ do_cjson()

def python.do_cjson ( )

Definition at line 463 of file python.py.

References split().

Referenced by handle_say().

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

◆ do_const()

def python.do_const ( )

Definition at line 246 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 317 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 327 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 337 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 227 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 373 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 308 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 400 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 220 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 342 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 71 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 132 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 145 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 205 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 270 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 433 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 428 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 305 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 91 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 356 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 283 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 103 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 159 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 299 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 179 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 190 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 197 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 289 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 256 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 561 of file python.py.

References make_face_from_files.int.

Variable Documentation

◆ event

python.event = Crossfire.WhatIsEvent()

Definition at line 576 of file python.py.

◆ topic

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

Definition at line 578 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.