| 
    EvEmu
    0.8.4
    
   11 September 2021 
   | 
 
#include "AgentDB.h"
Static Public Member Functions | |
AgentDB.cpp  | |
Agent DB operations original agent code by zhur, this was completely rewritten based on new data. : Allan 
  | |
| static void | LoadAgentData (uint32 agentID, AgentData &data) | 
| static void | LoadAgentSkills (uint32 agentID, std::map< uint16, uint8 > &data) | 
Definition at line 20 of file AgentDB.cpp.
References _log, AgentData::bloodlineID, DBerror::c_str(), codelog, AgentData::corporationID, AgentData::divisionID, AgentData::enemyCorp, DBQueryResult::error, AgentData::factionID, AgentData::friendCorp, AgentData::gender, DBResultRow::GetBool(), DBResultRow::GetInt(), DBQueryResult::GetRow(), DBResultRow::GetText(), DBResultRow::GetUInt(), DBResultRow::IsNull(), AgentData::level, AgentData::locationID, AgentData::locationTypeID, AgentData::locator, AgentData::name, AgentData::quality, AgentData::raceID, AgentData::research, Agents::Type::Research, sDatabase, sDataMgr, AgentData::solarSystemID, AgentData::stationID, and AgentData::typeID.
Referenced by Agent::Load().


Definition at line 80 of file AgentDB.cpp.
References DBerror::c_str(), codelog, DBQueryResult::error, DBResultRow::GetInt(), DBQueryResult::GetRow(), and sDatabase.
Referenced by Agent::Load().

