|
Pol
Rev 533
|
$TITLE=Reputation System More...
Collaboration diagram for RepSys_Cfg:Public Attributes | |
| struct { | |
| unsigned short AggressorFlagTimeout | |
| unsigned short CriminalFlagInterval | |
| bool PartyHelpFullCountsAsCriminal | |
| } | General |
| struct { | |
| ExportedFunction * HighLightColor | |
| ExportedFunction * NameColor | |
| ExportedFunction * OnAttack | |
| ExportedFunction * OnDamage | |
| ExportedFunction * OnHelp | |
| } | Hooks |
| struct { | |
| unsigned short Attackable | |
| unsigned short Criminal | |
| unsigned short GuildAlly | |
| unsigned short GuildEnemy | |
| unsigned short Innocent | |
| unsigned short Invulnerable | |
| unsigned short Murderer | |
| } | NameColoring |
$TITLE=Reputation System
[1] Reputation System Configuration Reputation System Configuration is read from config/repsys.cfg This file is re-read on a config reload.
Definition at line 47 of file repsys.cpp.
| unsigned short RepSys_Cfg::AggressorFlagTimeout |
Definition at line 60 of file repsys.cpp.
Referenced by load_repsys_cfg_general(), Character::make_aggressor_to(), Character::make_lawfullydamaged_to(), RepSystem::on_pc_attacks_pc(), and RepSystem::on_pc_damages_pc().
| unsigned short RepSys_Cfg::Attackable |
Definition at line 51 of file repsys.cpp.
Referenced by load_repsys_cfg_namecoloring(), RepSystem::name_color(), and NPC::name_color().
| unsigned short RepSys_Cfg::Criminal |
Definition at line 50 of file repsys.cpp.
Referenced by load_repsys_cfg_namecoloring(), RepSystem::name_color(), and NPC::name_color().
| unsigned short RepSys_Cfg::CriminalFlagInterval |
Definition at line 59 of file repsys.cpp.
Referenced by load_repsys_cfg_general(), Character::make_criminal(), and RepSystem::on_pc_attacks_pc().
| struct { ... } RepSys_Cfg::General |
| unsigned short RepSys_Cfg::GuildAlly |
Definition at line 53 of file repsys.cpp.
Referenced by load_repsys_cfg_namecoloring(), and RepSystem::name_color().
| unsigned short RepSys_Cfg::GuildEnemy |
Definition at line 54 of file repsys.cpp.
Referenced by load_repsys_cfg_namecoloring(), and RepSystem::name_color().
Definition at line 66 of file repsys.cpp.
Referenced by RepSystem::hilite_color_idx(), NPC::hilite_color_idx(), load_repsys_cfg_hooks(), and unload_repsys_cfg_hooks().
| struct { ... } RepSys_Cfg::Hooks |
Referenced by RepSystem::hilite_color_idx(), NPC::hilite_color_idx(), load_repsys_cfg_hooks(), RepSystem::name_color(), NPC::name_color(), NPC::repsys_on_attack(), Character::repsys_on_attack(), NPC::repsys_on_damage(), Character::repsys_on_damage(), NPC::repsys_on_help(), Character::repsys_on_help(), and unload_repsys_cfg_hooks().
| unsigned short RepSys_Cfg::Innocent |
Definition at line 52 of file repsys.cpp.
Referenced by load_repsys_cfg_namecoloring(), RepSystem::name_color(), and NPC::name_color().
| unsigned short RepSys_Cfg::Invulnerable |
Definition at line 55 of file repsys.cpp.
Referenced by load_repsys_cfg_namecoloring(), RepSystem::name_color(), and NPC::name_color().
| unsigned short RepSys_Cfg::Murderer |
Definition at line 49 of file repsys.cpp.
Referenced by load_repsys_cfg_namecoloring(), RepSystem::name_color(), NPC::name_color(), and RepSystem::on_pc_attacks_pc().
Definition at line 65 of file repsys.cpp.
Referenced by load_repsys_cfg_hooks(), RepSystem::name_color(), NPC::name_color(), and unload_repsys_cfg_hooks().
| struct { ... } RepSys_Cfg::NameColoring |
Referenced by load_repsys_cfg_namecoloring(), RepSystem::name_color(), NPC::name_color(), and RepSystem::on_pc_attacks_pc().
Definition at line 67 of file repsys.cpp.
Referenced by load_repsys_cfg_hooks(), NPC::repsys_on_attack(), Character::repsys_on_attack(), and unload_repsys_cfg_hooks().
Definition at line 68 of file repsys.cpp.
Referenced by load_repsys_cfg_hooks(), NPC::repsys_on_damage(), Character::repsys_on_damage(), and unload_repsys_cfg_hooks().
Definition at line 69 of file repsys.cpp.
Referenced by load_repsys_cfg_hooks(), NPC::repsys_on_help(), Character::repsys_on_help(), and unload_repsys_cfg_hooks().
Definition at line 61 of file repsys.cpp.
Referenced by load_repsys_cfg_general(), and RepSystem::on_pc_helps_pc().