TrinityCore
Loading...
Searching...
No Matches
CharacterCache Member List

This is the complete list of members for CharacterCache, including all inherited members.

AddCharacterCacheEntry(ObjectGuid const &guid, uint32 accountId, std::string const &name, uint8 gender, uint8 race, uint8 playerClass, uint8 level)CharacterCache
CharacterCache()CharacterCache
DeleteCharacterCacheEntry(ObjectGuid const &guid, std::string const &name)CharacterCache
GetCharacterAccountIdByGuid(ObjectGuid guid) constCharacterCache
GetCharacterAccountIdByName(std::string const &name) constCharacterCache
GetCharacterArenaTeamIdByGuid(ObjectGuid guid, uint8 type) constCharacterCache
GetCharacterCacheByGuid(ObjectGuid const &guid) constCharacterCache
GetCharacterCacheByName(std::string const &name) constCharacterCache
GetCharacterGuidByName(std::string const &name) constCharacterCache
GetCharacterGuildIdByGuid(ObjectGuid guid) constCharacterCache
GetCharacterLevelByGuid(ObjectGuid guid) constCharacterCache
GetCharacterNameByGuid(ObjectGuid guid, std::string &name) constCharacterCache
GetCharacterTeamByGuid(ObjectGuid guid) constCharacterCache
HasCharacterCacheEntry(ObjectGuid const &guid) constCharacterCache
instance()CharacterCachestatic
LoadCharacterCacheStorage()CharacterCache
UpdateCharacterAccountId(ObjectGuid const &guid, uint32 accountId)CharacterCache
UpdateCharacterArenaTeamId(ObjectGuid const &guid, uint8 slot, uint32 arenaTeamId)CharacterCache
UpdateCharacterData(ObjectGuid const &guid, std::string const &name, Optional< uint8 > gender={}, Optional< uint8 > race={})CharacterCache
UpdateCharacterGuildId(ObjectGuid const &guid, ObjectGuid::LowType guildId)CharacterCache
UpdateCharacterLevel(ObjectGuid const &guid, uint8 level)CharacterCache
~CharacterCache()CharacterCache