|
EvEmu
0.8.4
11 September 2021
|
#include "EVE_Agent.h"

Public Attributes | |
| bool | gender |
| bool | locator |
| bool | research |
| int8 | quality |
| uint8 | level |
| uint8 | raceID |
| uint8 | divisionID |
| uint8 | bloodlineID |
| uint16 | typeID |
| uint16 | locationTypeID |
| uint32 | corporationID |
| uint32 | solarSystemID |
| uint32 | stationID |
| uint32 | locationID |
| uint32 | friendCorp |
| uint32 | enemyCorp |
| uint32 | factionID |
| std::string | name |
Definition at line 11 of file EVE_Agent.h.
| uint8 AgentData::bloodlineID |
Definition at line 19 of file EVE_Agent.h.
Referenced by Agent::Load(), and AgentDB::LoadAgentData().
| uint32 AgentData::corporationID |
Definition at line 22 of file EVE_Agent.h.
Referenced by Agent::CanUseAgent(), Agent::GetCorpID(), AgentDB::LoadAgentData(), Agent::MakeOffer(), and Agent::UpdateStandings().
| uint8 AgentData::divisionID |
Definition at line 18 of file EVE_Agent.h.
Referenced by AgentDB::LoadAgentData().
| uint32 AgentData::enemyCorp |
Definition at line 27 of file EVE_Agent.h.
Referenced by AgentDB::LoadAgentData().
| uint32 AgentData::factionID |
Definition at line 28 of file EVE_Agent.h.
Referenced by Agent::CanUseAgent(), Agent::GetFactionID(), AgentDB::LoadAgentData(), and Agent::UpdateStandings().
| uint32 AgentData::friendCorp |
Definition at line 26 of file EVE_Agent.h.
Referenced by AgentDB::LoadAgentData().
| bool AgentData::gender |
Definition at line 12 of file EVE_Agent.h.
Referenced by AgentDB::LoadAgentData().
| uint8 AgentData::level |
Definition at line 16 of file EVE_Agent.h.
Referenced by Agent::CanUseAgent(), Agent::GetInfoServiceDetails(), Agent::GetLevel(), Agent::Load(), AgentDB::LoadAgentData(), Agent::MakeOffer(), and Agent::UpdateStandings().
| uint32 AgentData::locationID |
Definition at line 25 of file EVE_Agent.h.
Referenced by Agent::GetLocationWrap(), Agent::Load(), and AgentDB::LoadAgentData().
| uint16 AgentData::locationTypeID |
Definition at line 21 of file EVE_Agent.h.
Referenced by Agent::GetLocationWrap(), Agent::GetLocTypeID(), and AgentDB::LoadAgentData().
| bool AgentData::locator |
Definition at line 13 of file EVE_Agent.h.
Referenced by Agent::GetInfoServiceDetails(), Agent::IsLocator(), and AgentDB::LoadAgentData().
| std::string AgentData::name |
Definition at line 29 of file EVE_Agent.h.
Referenced by Agent::CanUseAgent(), AgentDB::LoadAgentData(), and Agent::UpdateStandings().
| int8 AgentData::quality |
Definition at line 15 of file EVE_Agent.h.
Referenced by Agent::GetQuality(), AgentDB::LoadAgentData(), and Agent::UpdateStandings().
| uint8 AgentData::raceID |
Definition at line 17 of file EVE_Agent.h.
Referenced by AgentDB::LoadAgentData(), and Agent::MakeOffer().
| bool AgentData::research |
Definition at line 14 of file EVE_Agent.h.
Referenced by Agent::GetInfoServiceDetails(), Agent::IsResearch(), Agent::Load(), and AgentDB::LoadAgentData().
| uint32 AgentData::solarSystemID |
Definition at line 23 of file EVE_Agent.h.
Referenced by Agent::GetLocationWrap(), Agent::GetSystemID(), Agent::Load(), AgentDB::LoadAgentData(), Agent::MakeOffer(), and Agent::UpdateStandings().
| uint32 AgentData::stationID |
Definition at line 24 of file EVE_Agent.h.
Referenced by Agent::GetInfoServiceDetails(), Agent::GetStationID(), AgentDB::LoadAgentData(), and Agent::MakeOffer().
| uint16 AgentData::typeID |
Definition at line 20 of file EVE_Agent.h.
Referenced by Agent::CanUseAgent(), and AgentDB::LoadAgentData().