[Package Index | Mudlib Index | Effect Index]
File /std/room/inherit/council_base.c
This inherit has all the basic things that all the council rooms
of various sorts share.Written by Pinkfish
Started Wed Oct 25 21:44:37 PDT 2000
Includes
This class includes the following files /include/nomic_system.hMethod index
- query_council_area()
This method returns the current area this council chambers deals with.
- send_council_inform(int, string)
This method broadcasts a message to the citizens or magistrates of
the area.
- set_council_area(string)
This method sets the current area the council chambers deal with.
Public Functions
These are functions that everyone can access.
.
string query_council_area()
This method returns the current area this council chambers deals with.
- Returns:
the area the council chambers deal with
void send_council_inform(int magistrate_only,
string message)
This method broadcasts a message to the citizens or magistrates of
the area.