Crossfire Server, Trunk
1.75.0
|
Variables | |
file = open(mypath, "r") | |
key = whoisother.ReadKey("mad_mage_marker") | |
mypath = os.path.join(Crossfire.DataDirectory(), Crossfire.MapDirectory(), 'python/maps/scorn/towers/mad_mage',key) | |
Name | |
parms = Crossfire.WhatIsMessage() | |
whoami = Crossfire.WhoAmI() | |
whoisother = Crossfire.WhoIsOther() | |
mad_mage_user.file = open(mypath, "r") |
Definition at line 15 of file mad_mage_user.py.
Referenced by bufferreader_init_from_file(), cfpython_globalEventListener(), clean_path(), closePlugin(), compilePython(), i18n(), i18n_init(), knowledge_read_player_data(), knowledge_write_player_data(), AssetCollector.processFiles(), quest_read_player_data(), quest_write_player_data(), send_file(), start_animation(), tempnam_secure(), yy_create_buffer(), and yy_init_buffer().
mad_mage_user.key = whoisother.ReadKey("mad_mage_marker") |
Definition at line 10 of file mad_mage_user.py.
mad_mage_user.mypath = os.path.join(Crossfire.DataDirectory(), Crossfire.MapDirectory(), 'python/maps/scorn/towers/mad_mage',key) |
Definition at line 13 of file mad_mage_user.py.
mad_mage_user.Name |
Definition at line 20 of file mad_mage_user.py.
mad_mage_user.parms = Crossfire.WhatIsMessage() |
Definition at line 6 of file mad_mage_user.py.
mad_mage_user.whoami = Crossfire.WhoAmI() |
Definition at line 4 of file mad_mage_user.py.
mad_mage_user.whoisother = Crossfire.WhoIsOther() |
Definition at line 5 of file mad_mage_user.py.