Crossfire Server, Trunk
hall_of_fame Namespace Reference

Variables

 event = Crossfire.WhatIsEvent()
 
 file = CFData(name, header)
 
list header = [ 'title' ]
 
 keys = file.get_keys()
 
 me = Crossfire.WhoAmI()
 
string message = me.Message + "\n"
 
string name = 'hall_of_fame_' + Crossfire.ScriptParameters()
 
 player = Crossfire.WhoIsActivator()
 
 record = file.get_record(player.Name)
 

Variable Documentation

◆ event

hall_of_fame.event = Crossfire.WhatIsEvent()

Definition at line 35 of file hall_of_fame.py.

◆ file

hall_of_fame.file = CFData(name, header)

Definition at line 39 of file hall_of_fame.py.

◆ header

list hall_of_fame.header = [ 'title' ]

◆ keys

◆ me

hall_of_fame.me = Crossfire.WhoAmI()

Definition at line 34 of file hall_of_fame.py.

◆ message

string hall_of_fame.message = me.Message + "\n"

Definition at line 42 of file hall_of_fame.py.

◆ name

string hall_of_fame.name = 'hall_of_fame_' + Crossfire.ScriptParameters()

Definition at line 36 of file hall_of_fame.py.

◆ player

hall_of_fame.player = Crossfire.WhoIsActivator()

Definition at line 33 of file hall_of_fame.py.

◆ record

hall_of_fame.record = file.get_record(player.Name)

Definition at line 51 of file hall_of_fame.py.