|
Crossfire Server, Trunk
|
Functions | |
| def | GetObjectByName (Map, X, Y, Name) |
Variables | |
| Arch = None | |
| Area = Width*Height | |
| Height = int(StopXY[1])-int(StartXY[1]) | |
| Name | |
| Params = Crossfire.ScriptParameters() | |
| Quantity | |
| StartXY = Params.split(":")[0].split(',') | |
| StopXY = Params.split(":")[1].split(',') | |
| t = whoami.Map.ObjectAt(i,a) | |
| TmpArch = Arch.Split(1) | |
| Value | |
| whoami = Crossfire.WhoAmI() | |
| Width = int(StopXY[0])-int(StartXY[0]) | |
| XRange = range(int(StartXY[0]),int(StopXY[0])) | |
| YRange = range(int(StartXY[1]),int(StopXY[1])) | |
| Floor.StartXY = Params.split(":")[0].split(',') |
| Floor.StopXY = Params.split(":")[1].split(',') |
| Floor.t = whoami.Map.ObjectAt(i,a) |
Definition at line 62 of file Floor.py.
Referenced by add_book_to_list(), ResourcesManager.archetypeUse(), assets_pack(), cast_raise_dead_spell(), change_book(), change_treasure(), check_treasurelist(), command_players(), create_all_treasures(), create_items_path(), create_one_treasure(), create_treasure(), describe_monster(), nlohmann::basic_json.destroy(), do_artifact(), do_magic(), do_single_item(), dump_monster_treasure_rec(), dump_types(), nlohmann::ordered_map< Key, T, IgnoredLess, Allocator >.emplace(), find_recipe_for_tool(), find_title(), find_treasure_by_name(), nlohmann::detail.from_json_tuple_impl(), generate_treasure(), get_empty_artifact(), get_empty_book(), get_empty_formula(), get_empty_treasure(), nlohmann::basic_json.json_value(), kill_object(), TreasureLoader.load(), TreasureLoader.loadTreasure(), old_describe_monster(), TreasureListWrapper.removeChild(), inja.replace_substring(), nlohmann::detail.replace_substring(), resurrect_player(), set_tick_duration(), nlohmann::detail.to_json_tuple_impl(), nlohmann::detail::lexer_base< BasicJsonType >.token_type_name(), treasure_free(), and treasureContains().