Crossfire Server, Trunk
|
Variables | |
activator = Crossfire.WhoIsActivator() | |
below = check.Below | |
Card = activator.CreateObject("event_apply") | |
check = activator.Inventory | |
Map = Crossfire.ReadyMap(Path) | |
mymap = activator.Map | |
myPath = mymap.Path | |
Name | |
Path = Target.Title | |
Target = activator.CheckInventory("BigChest") | |
Title | |
whoami = Crossfire.WhoAmI() | |
bigchest.activator = Crossfire.WhoIsActivator() |
Definition at line 2 of file bigchest.py.
bigchest.below = check.Below |
Definition at line 12 of file bigchest.py.
bigchest.Card = activator.CreateObject("event_apply") |
Definition at line 17 of file bigchest.py.
bigchest.check = activator.Inventory |
Definition at line 10 of file bigchest.py.
Referenced by add_race_to_list(), addArchetypes(), artifact_compute_chance_for_item(), check_formulae(), command_create(), do_test(), knowledge_add(), knowledge_god_add(), CREMessageItemModel.setSelectedRule(), spell_consume_items(), START_TEST(), and ArtifactPanel.updateItem().
bigchest.Map = Crossfire.ReadyMap(Path) |
Definition at line 28 of file bigchest.py.
bigchest.mymap = activator.Map |
Definition at line 3 of file bigchest.py.
bigchest.myPath = mymap.Path |
Definition at line 20 of file bigchest.py.
bigchest.Name |
Definition at line 18 of file bigchest.py.
Referenced by SoundFiles.refreshSounds().
bigchest.Path = Target.Title |
Definition at line 27 of file bigchest.py.
bigchest.Target = activator.CheckInventory("BigChest") |
Definition at line 23 of file bigchest.py.
Referenced by nlohmann::detail::dtoa_impl.reinterpret_bits().
bigchest.Title |
Definition at line 21 of file bigchest.py.
bigchest.whoami = Crossfire.WhoAmI() |
Definition at line 5 of file bigchest.py.