Phantasmal Site > Phantasmal API > API Listing > get_meat_locker
API Function: get_meat_locker
- Summary:
- get the meat locker's number
- Defined In LPC Object:
- /usr/common/sys/configd.c
- Prototype:
- int get_meat_locker(void)
- Can Be Called By:
- System, Common, Game
- Description:
-
Get a room number for the meat locker. The meat locker is
the room where bodies go when the player isn't logged in.
This API may change later since we may want different
behavior for the bodies of players who aren't logged in.
- Return Value:
-
An integer for the meat locker's room number.
- Errors:
- Normally none
- See Also:
- get_start_room ,
set_meat_locker
|