|
Pol
Revision:cb584c9
|
#include "repsys.h"#include <stddef.h>#include <string>#include "../clib/cfgelem.h"#include "../clib/cfgfile.h"#include "../clib/cfgsect.h"#include "../clib/logfacility.h"#include "../clib/rawtypes.h"#include "cmbtcfg.h"#include "fnsearch.h"#include "globals/settings.h"#include "globals/state.h"#include "guilds.h"#include "mobile/charactr.h"#include "mobile/npc.h"#include "npctmpl.h"#include "party.h"#include "pktdef.h"#include "polsig.h"#include "repsys_cfg.h"#include "schedule.h"#include "syshook.h"#include "ufunc.h"#include "uworld.h"Go to the source code of this file.
Namespaces | |
| Pol | |
| Pol::Core | |
| Pol::Mobile | |
Functions | |
| void | Pol::Core::load_repsys_cfg (bool reload) |
| void | Pol::Core::load_repsys_cfg_general (Clib::ConfigElem &elem) |
| void | Pol::Core::load_repsys_cfg_hooks (Clib::ConfigElem &elem) |
| void | Pol::Core::load_repsys_cfg_namecoloring (Clib::ConfigElem &elem) |
| Reputation System. More... | |
| bool | Pol::Core::private_say_above_ex (Mobile::Character *chr, const UObject *obj, const char *text, unsigned short color) |
| void | Pol::Core::unload_repsys_cfg () |
| void | Pol::Core::unload_repsys_cfg_hooks () |
Definition in file repsys.cpp.