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

Documentation Area

Document Path: /doc/object/notify_leave_container


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

Synopsis:
	notify_leave_container(object container)

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

Return value: none

Examples:
	object last_container;
	notify_leave_container(con) {
		last_container=con;
	}

See also:


This page was generated in LPC

Imprint / Impressum