EvEmu  0.8.4
11 September 2021
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Modules Pages
AgentData Struct Reference

#include "EVE_Agent.h"

Collaboration diagram for AgentData:

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
 

Detailed Description

Definition at line 11 of file EVE_Agent.h.

Member Data Documentation

uint8 AgentData::bloodlineID

Definition at line 19 of file EVE_Agent.h.

Referenced by Agent::Load(), and AgentDB::LoadAgentData().

uint32 AgentData::corporationID
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
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().

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
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
uint32 AgentData::stationID
uint16 AgentData::typeID

Definition at line 20 of file EVE_Agent.h.

Referenced by Agent::CanUseAgent(), and AgentDB::LoadAgentData().


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