[Package Index | Mudlib Index | Effect Index]

File /cmds/report_base.c

This is the base object for creating typo, bug, idea etc reporting commands from. You should set the error type of the object in its create function. The use_last_error flag should be set for those error report types which will need to use the last runtime error on the player object.

Example

inherit "/cmds/report_base";

void create() {
   ::create();
   set_error_type("TYPO");
} /* create() */

Inherits

This class inherits the following classes /cmds/bug_replies.c and /cmds/base.c

Includes

This class includes the following files /include/creator.h, /include/user_parser.h, /include/spells.h, /include/log.h, /include/error_handler.h, /include/soul.h and /include/command.h

Class Index

Method index

Public Functions

These are functions that everyone can access.

.