Skip to content

Latest commit

 

History

History
31 lines (24 loc) · 600 Bytes

STD_ROOM.md

File metadata and controls

31 lines (24 loc) · 600 Bytes

STD_ROOM - /std/room.c

Inherits

STD_OBJECT - /std/object.c M_CONTAINER - /std/module/container.c M_RESET - /std/module/reset.c /std/module/exit.c /std/module/look.c

Common Functionality

int is_room ()

verify an object inherits STD_ROOM.

object *query_living_contents ()

returns a list of all objects inheriting STD_LIVING within this object

object *query_living_contents ()

returns a list of all objects inheriting STD_LIVING within this object

int clean_up (mixed *args...)

overrides M_CLEAN->clean_up() to prevent clean up in certain situations.