evennia/apps/objects
Michael King 5f962b69a0 Added clear_things, clear_players and clear_exits to Object class.
* obj.clear_things() relocates all things contained by obj
 * obj.clear_players() relocates all players contained by obj
 * obj.clear_exits() destroys all exits to and from obj
2007-08-06 20:00:41 +00:00
..
sql Added two new channels: Errors and Info. These will now emit stuff that is sent via log_infomsg and log_errmsg. 2007-07-16 18:49:57 +00:00
__init__.py Re-organization. 2007-04-03 13:42:51 +00:00
models.py Added clear_things, clear_players and clear_exits to Object class. 2007-08-06 20:00:41 +00:00
views.py Re-organization. 2007-04-03 13:42:51 +00:00