Crossfire Server, Trunk
deposit_box Namespace Reference

Functions

def deposit_box_close ()
 
def get_inventory (obj)
 

Variables

 activator = Crossfire.WhoIsActivator()
 
 whoami = Crossfire.WhoAmI()
 

Function Documentation

◆ deposit_box_close()

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:

◆ get_inventory()

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:

Variable Documentation

◆ activator

deposit_box.activator = Crossfire.WhoIsActivator()

Definition at line 4 of file deposit_box.py.

◆ whoami

deposit_box.whoami = Crossfire.WhoAmI()

Definition at line 5 of file deposit_box.py.