[Package Index | Mudlib Index | Effect Index]
File /obj/handlers/inherit/club_personal.c
This is the handler for all things clubby, a club being a group of
players. Each club must have a unique name. It also handles elections
for various club positions.Written by Pinkfish
Started Sun Sep 27 03:35:42 EDT 1998
Inherits
This class inherits the following classes /obj/handlers/inherit/club_basic.cIncludes
This class includes the following files /include/clubs.h and /include/am_time.hClass Index
- personal_info
This is for a personal club, a personal club will be removed when
the founder disappears.
Method index
- create_extra_data(string)
This is for a personal club, a personal club will be removed when
the founder disappears.
Protected Functions
These are functions that only objects inheriting the class can access.
-
create_extra_data
void create_extra_data(string name)
This is for a personal club, a personal club will be removed when
the founder disappears.
Classes
These are nice data types for dealing with... Data!
-
personal_info
class personal_info {
}
This is for a personal club, a personal club will be removed when
the founder disappears.