[Package Index | Mudlib Index | Effect Index]
File /std/room/inherit/meeting.c
This file is the inheritable for a meeting room. It handles the floor
and a few other things neatly.Written by Pinkfish
Started 25th of June
Method index
- create_floor()
This method creates the floor for the room.
- do_bang()
This method is called when the gavel is going to banged.
- do_finish()
This method is called to finish the meeting.
- do_recover()
This method is called when the floor is recovered by the leader.
- do_start()
Called to start a meeting.
Public Functions
These are functions that everyone can access.
.
object create_floor()
This method creates the floor for the room.
- Returns:
the floor for the room
int do_bang()
This method is called when the gavel is going to banged.
- Returns:
1 on success, 0 on failure
int do_finish()
This method is called to finish the meeting.
- Returns:
1 on success, 0 on failure
int do_recover()
This method is called when the floor is recovered by the leader.
- Returns:
1 on success, 0 on failure
int do_start()
Called to start a meeting.
- Returns:
1 on success, 0 on failure