Horizon Official Technical Documentation
Horizon::Zone::s_game_process_configuration Struct Reference

#include <Zone.hpp>

Public Member Functions

void set_natural_heal_hp_interval (int interval)
 
void set_natural_heal_sp_interval (int interval)
 
int get_natural_heal_hp_interval ()
 
int get_natural_heal_sp_interval ()
 

Public Attributes

int natural_heal_hp_interval { 6000 }
 
int natural_heal_sp_interval { 8000 }
 

Member Function Documentation

◆ get_natural_heal_hp_interval()

int Horizon::Zone::s_game_process_configuration::get_natural_heal_hp_interval ( )
inline
int natural_heal_hp_interval
Definition: Zone.hpp:67

References natural_heal_hp_interval.

Referenced by Horizon::Zone::ZoneServer::read_config().

+ Here is the caller graph for this function:

◆ get_natural_heal_sp_interval()

int Horizon::Zone::s_game_process_configuration::get_natural_heal_sp_interval ( )
inline
int natural_heal_sp_interval
Definition: Zone.hpp:68

References natural_heal_sp_interval.

Referenced by Horizon::Zone::ZoneServer::read_config().

+ Here is the caller graph for this function:

◆ set_natural_heal_hp_interval()

void Horizon::Zone::s_game_process_configuration::set_natural_heal_hp_interval ( int  interval)
inline
61{ natural_heal_hp_interval = interval; }

References natural_heal_hp_interval.

Referenced by Horizon::Zone::ZoneServer::read_config().

+ Here is the caller graph for this function:

◆ set_natural_heal_sp_interval()

void Horizon::Zone::s_game_process_configuration::set_natural_heal_sp_interval ( int  interval)
inline
62{ natural_heal_sp_interval = interval; }

References natural_heal_sp_interval.

Referenced by Horizon::Zone::ZoneServer::read_config().

+ Here is the caller graph for this function:

Member Data Documentation

◆ natural_heal_hp_interval

int Horizon::Zone::s_game_process_configuration::natural_heal_hp_interval { 6000 }

◆ natural_heal_sp_interval

int Horizon::Zone::s_game_process_configuration::natural_heal_sp_interval { 8000 }

The documentation for this struct was generated from the following file: