Phantasmal Site > Phantasmal API > API Listing > remove_room_object
API Function: remove_room_object
- Summary:
- unregister a room object with the MapD
- Defined In LPC Object:
- /usr/common/sys/mapd.c
- Prototype:
- void remove_room_object(object room)
- Can Be Called By:
- System, Common, Game
- Description:
-
Unregisters a room object with MapD. This does not remove it
from any zone it might be a member of -- that should be done
first.
The room number -1 is assigned with set_room_number().
- Return Value:
-
None.
- Errors:
- Supplying a room that isn't registered will cause an error.
- See Also:
- add_room_to_zone
|