A
          / \      _             Play Now                         Nemesis on fb
          | |     | |  _______   _        _   _______    _______   _    _______
          | |\    | | |   ____| |  \    /  | |   ____|  /   ____| | |  /   ____|
 /-------/-------------------------------------------------------------------,
O= Home <=XX|  About  News  Pics  Adventurers  Wizards  Download  Connect     >
 \-------\-------------------------------------------------------------------'
          | |   \   | |  |____  | |      | | |  |____   ___ \  \  | |  ___ \  \
          | |     \_| |_______| |_|      |_| |_______| |_______/  |_| |_______/
          \ /
           V  

Documentation Area

Document Path: /doc/object/notify_item_leave


Lfun:	notify_item_leave - notify if an item has left a container

Synopsis:
	notify_item_leave(object item)

Description:
	The notify_item_leave function is called in a container after an
	item has left it, for example if a player took it out.

Return value: none

Examples:
	object last_item;
	notify_item_leave(item) {
		last_item=item;
	}

See also:


This page was generated in LPC

Imprint / Impressum