|
Pol
Revision:cb584c9
|
#include <repsys_cfg.h>
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 |
Definition at line 16 of file repsys_cfg.h.
| unsigned short Pol::Core::RepSys_Cfg::AggressorFlagTimeout |
Definition at line 32 of file repsys_cfg.h.
Referenced by Pol::Core::load_repsys_cfg_general(), Pol::Mobile::Character::make_aggressor_to(), Pol::Mobile::Character::make_lawfullydamaged_to(), Pol::Core::RepSystem::on_pc_attacks_pc(), and Pol::Core::RepSystem::on_pc_damages_pc().
| unsigned short Pol::Core::RepSys_Cfg::Attackable |
Definition at line 22 of file repsys_cfg.h.
Referenced by Pol::Core::load_repsys_cfg_namecoloring(), Pol::Core::RepSystem::name_color(), and Pol::Mobile::NPC::name_color().
| unsigned short Pol::Core::RepSys_Cfg::Criminal |
Definition at line 21 of file repsys_cfg.h.
Referenced by Pol::Core::load_repsys_cfg_namecoloring(), Pol::Core::RepSystem::name_color(), and Pol::Mobile::NPC::name_color().
| unsigned short Pol::Core::RepSys_Cfg::CriminalFlagInterval |
Definition at line 31 of file repsys_cfg.h.
Referenced by Pol::Core::load_repsys_cfg_general(), Pol::Mobile::Character::make_criminal(), and Pol::Core::RepSystem::on_pc_attacks_pc().
| struct { ... } Pol::Core::RepSys_Cfg::General |
Referenced by Pol::Core::load_repsys_cfg_general(), Pol::Mobile::Character::make_aggressor_to(), Pol::Mobile::Character::make_criminal(), Pol::Mobile::Character::make_lawfullydamaged_to(), Pol::Core::RepSystem::on_pc_attacks_pc(), Pol::Core::RepSystem::on_pc_damages_pc(), and Pol::Core::RepSystem::on_pc_helps_pc().
| unsigned short Pol::Core::RepSys_Cfg::GuildAlly |
Definition at line 24 of file repsys_cfg.h.
Referenced by Pol::Core::load_repsys_cfg_namecoloring(), and Pol::Core::RepSystem::name_color().
| unsigned short Pol::Core::RepSys_Cfg::GuildEnemy |
Definition at line 25 of file repsys_cfg.h.
Referenced by Pol::Core::load_repsys_cfg_namecoloring(), and Pol::Core::RepSystem::name_color().
| ExportedFunction* Pol::Core::RepSys_Cfg::HighLightColor |
Definition at line 39 of file repsys_cfg.h.
Referenced by Pol::Core::RepSystem::hilite_color_idx(), Pol::Mobile::NPC::hilite_color_idx(), Pol::Core::load_repsys_cfg_hooks(), and Pol::Core::unload_repsys_cfg_hooks().
| struct { ... } Pol::Core::RepSys_Cfg::Hooks |
| unsigned short Pol::Core::RepSys_Cfg::Innocent |
Definition at line 23 of file repsys_cfg.h.
Referenced by Pol::Core::load_repsys_cfg_namecoloring(), Pol::Core::RepSystem::name_color(), and Pol::Mobile::NPC::name_color().
| unsigned short Pol::Core::RepSys_Cfg::Invulnerable |
Definition at line 26 of file repsys_cfg.h.
Referenced by Pol::Core::load_repsys_cfg_namecoloring(), and Pol::Core::RepSystem::name_color().
| unsigned short Pol::Core::RepSys_Cfg::Murderer |
Definition at line 20 of file repsys_cfg.h.
Referenced by Pol::Core::load_repsys_cfg_namecoloring(), Pol::Core::RepSystem::name_color(), Pol::Mobile::NPC::name_color(), and Pol::Core::RepSystem::on_pc_attacks_pc().
| ExportedFunction* Pol::Core::RepSys_Cfg::NameColor |
Definition at line 38 of file repsys_cfg.h.
Referenced by Pol::Core::load_repsys_cfg_hooks(), Pol::Core::RepSystem::name_color(), Pol::Mobile::NPC::name_color(), and Pol::Core::unload_repsys_cfg_hooks().
| struct { ... } Pol::Core::RepSys_Cfg::NameColoring |
| ExportedFunction* Pol::Core::RepSys_Cfg::OnAttack |
Definition at line 40 of file repsys_cfg.h.
Referenced by Pol::Core::load_repsys_cfg_hooks(), and Pol::Core::unload_repsys_cfg_hooks().
| ExportedFunction* Pol::Core::RepSys_Cfg::OnDamage |
Definition at line 41 of file repsys_cfg.h.
Referenced by Pol::Core::load_repsys_cfg_hooks(), and Pol::Core::unload_repsys_cfg_hooks().
| ExportedFunction* Pol::Core::RepSys_Cfg::OnHelp |
Definition at line 42 of file repsys_cfg.h.
Referenced by Pol::Core::load_repsys_cfg_hooks(), and Pol::Core::unload_repsys_cfg_hooks().
| bool Pol::Core::RepSys_Cfg::PartyHelpFullCountsAsCriminal |
Definition at line 33 of file repsys_cfg.h.
Referenced by Pol::Core::load_repsys_cfg_general(), and Pol::Core::RepSystem::on_pc_helps_pc().