Crossfire Server, Trunk
|
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 ScriptFileManager.addHook(), CREResourcesWindow.addMessage(), bufferreader_init_from_file(), cfpython_globalEventListener(), clean_path(), closePlugin(), compilePython(), find_maps(), MessageManager.findMessage(), MessageManager.findPrePost(), i18n(), i18n_init(), nlohmann::detail.input_adapter(), knowledge_read_player_data(), knowledge_write_player_data(), inja::Parser.load_file(), inja::Environment.load_json(), CREMapInformationManager.loadCache(), MessageManager.loadDirectory(), MessageManager.loadScriptComment(), main(), CREMainWindow.onReportAlchemyGraph(), inja.open_file_or_throw(), ModifiedAssetsManager< Animations >.originOf(), MessageFile.parseFile(), AssetCollector.processFiles(), quest_read_player_data(), quest_write_player_data(), read_ignore_list(), read_line(), read_template(), read_type(), readDirectory(), SoundFiles.refreshSounds(), MessageFile.save(), save_picture(), MessageManager.saveMessages(), ModifiedAssetsManager< Animations >.saveModifiedAssets(), send_file(), SoundsDialog.SoundsDialog(), start_animation(), CREMapInformationManager.storeCache(), tempnam_secure(), CREMessagePanel.updateItem(), inja::Environment.write(), write_attribute_file(), write_attribute_reference(), write_type_file(), write_world_info(), write_world_map(), 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.