Crossfire Server, Trunk
|
Functions | |
def | GetForce (Target) |
Variables | |
activator = Crossfire.WhoIsActivator() | |
Card = activator.CreateObject("event_apply") | |
Map = Crossfire.ReadyMap(Path) | |
mymap = activator.Map | |
myPath = mymap.Path | |
Name | |
Path = Target.Title | |
Quantity | |
Target = activator.CheckInventory("BigChest") | |
Title | |
whoami = Crossfire.WhoAmI() | |
def bigchest.GetForce | ( | Target | ) |
Definition at line 6 of file bigchest.py.
bigchest.activator = Crossfire.WhoIsActivator() |
Definition at line 2 of file bigchest.py.
bigchest.Card = activator.CreateObject("event_apply") |
Definition at line 20 of file bigchest.py.
bigchest.Map = Crossfire.ReadyMap(Path) |
Definition at line 31 of file bigchest.py.
bigchest.mymap = activator.Map |
Definition at line 3 of file bigchest.py.
bigchest.myPath = mymap.Path |
Definition at line 14 of file bigchest.py.
bigchest.Name |
Definition at line 21 of file bigchest.py.
bigchest.Path = Target.Title |
Definition at line 30 of file bigchest.py.
bigchest.Quantity |
Definition at line 17 of file bigchest.py.
def bigchest.Target = activator.CheckInventory("BigChest") |
Definition at line 15 of file bigchest.py.
Referenced by nlohmann::detail::dtoa_impl.reinterpret_bits().
bigchest.Title |
Definition at line 23 of file bigchest.py.
bigchest.whoami = Crossfire.WhoAmI() |
Definition at line 5 of file bigchest.py.