Horizon Official Technical Documentation
|
|
#include <NPCDefinitions.hpp>
Public Attributes | |
std::string | npc_name {""} |
std::string | map_name {""} |
MapCoords | coords |
directions | direction {DIR_SOUTH} |
uint16_t | sprite_id {0} |
std::string | script {""} |
bool | script_is_file {true} |
uint16_t | trigger_range {1} |
std::shared_ptr< Horizon::Zone::Units::NPC > | _npc |
std::shared_ptr<Horizon::Zone::Units::NPC> npc_db_data::_npc |
Referenced by Horizon::Zone::NPCComponent::sync_functions().
MapCoords npc_db_data::coords |
Referenced by Horizon::Zone::NPCComponent::sync_functions().
directions npc_db_data::direction {DIR_SOUTH} |
Referenced by Horizon::Zone::NPCComponent::sync_functions().
std::string npc_db_data::map_name {""} |
Referenced by Horizon::Zone::NPCComponent::sync_functions().
std::string npc_db_data::npc_name {""} |
Referenced by Horizon::Zone::NPCComponent::sync_functions().
std::string npc_db_data::script {""} |
Referenced by Horizon::Zone::NPCComponent::sync_functions().
bool npc_db_data::script_is_file {true} |
Referenced by Horizon::Zone::NPCComponent::sync_functions().
uint16_t npc_db_data::sprite_id {0} |
uint16_t npc_db_data::trigger_range {1} |
Referenced by Horizon::Zone::NPCComponent::sync_functions().