|
Crossfire Server, Trunk
1.75.0
|
Functions | |
| def | deposit_box_close () |
| def | get_inventory (obj) |
Variables | |
| activator = Crossfire.WhoIsActivator() | |
| whoami = Crossfire.WhoAmI() | |
| def deposit_box.deposit_box_close | ( | ) |
Find the total value of items in the deposit box and deposit.
Definition at line 15 of file deposit_box.py.
References get_inventory(), and CFBank.open().
Here is the call graph for this function:| def deposit_box.get_inventory | ( | obj | ) |
An iterator for a given object's inventory.
Definition at line 7 of file deposit_box.py.
Referenced by deposit_box_close().
Here is the caller graph for this function:| deposit_box.activator = Crossfire.WhoIsActivator() |
Definition at line 4 of file deposit_box.py.
| deposit_box.whoami = Crossfire.WhoAmI() |
Definition at line 5 of file deposit_box.py.