|
Pol
Revision:cb584c9
|
#include <cmbtcfg.h>
Static Public Member Functions | |
| static void | read_combat_config () |
Public Attributes | |
| bool | attack_self |
| bool | attack_while_frozen |
| bool | core_hit_sounds |
| bool | display_parry_success_messages |
| bool | reset_swing_onturn |
| bool | scripted_attack_checks |
| bool | send_attack_msg |
| bool | send_damage_packet |
| bool | send_swing_packet |
| unsigned int | warmode_delay |
| bool | warmode_inhibits_regen |
|
static |
Definition at line 25 of file cmbtcfg.cpp.
References attack_self, attack_while_frozen, Pol::Core::SettingsManager::combat_config, core_hit_sounds, display_parry_success_messages, Pol::Clib::FileExists(), INFO_PRINT, Pol::Clib::ConfigFile::open(), Pol::Clib::ConfigFile::readraw(), Pol::Clib::ConfigElem::remove_bool(), Pol::Clib::ConfigElem::remove_ulong(), reset_swing_onturn, scripted_attack_checks, send_attack_msg, send_damage_packet, send_swing_packet, Pol::Core::settingsManager, Pol::Plib::systemstate, warmode_delay, and warmode_inhibits_regen.
Referenced by Pol::Core::load_data().
| bool Pol::Core::CombatConfig::attack_self |
Definition at line 19 of file cmbtcfg.h.
Referenced by read_combat_config().
| bool Pol::Core::CombatConfig::attack_while_frozen |
Definition at line 27 of file cmbtcfg.h.
Referenced by read_combat_config().
| bool Pol::Core::CombatConfig::core_hit_sounds |
Definition at line 22 of file cmbtcfg.h.
Referenced by read_combat_config().
| bool Pol::Core::CombatConfig::display_parry_success_messages |
Definition at line 17 of file cmbtcfg.h.
Referenced by read_combat_config().
| bool Pol::Core::CombatConfig::reset_swing_onturn |
Definition at line 24 of file cmbtcfg.h.
Referenced by read_combat_config().
| bool Pol::Core::CombatConfig::scripted_attack_checks |
Definition at line 23 of file cmbtcfg.h.
Referenced by read_combat_config().
| bool Pol::Core::CombatConfig::send_attack_msg |
Definition at line 28 of file cmbtcfg.h.
Referenced by Pol::Core::RepSystem::on_pc_attacks_pc(), and read_combat_config().
| bool Pol::Core::CombatConfig::send_damage_packet |
Definition at line 26 of file cmbtcfg.h.
Referenced by Pol::Module::VitalExecutorModule::mf_ApplyDamage(), Pol::Module::VitalExecutorModule::mf_ApplyRawDamage(), and read_combat_config().
| bool Pol::Core::CombatConfig::send_swing_packet |
Definition at line 25 of file cmbtcfg.h.
Referenced by read_combat_config().
| unsigned int Pol::Core::CombatConfig::warmode_delay |
Definition at line 20 of file cmbtcfg.h.
Referenced by Pol::Core::handle_mode_set(), and read_combat_config().
| bool Pol::Core::CombatConfig::warmode_inhibits_regen |
Definition at line 18 of file cmbtcfg.h.
Referenced by read_combat_config(), and Pol::Core::regen_stats().