TrinityCore
Loading...
Searching...
No Matches
AddonMgr Namespace Reference

Typedefs

typedef std::vector< BannedAddonBannedAddonList
 

Functions

void LoadFromDB ()
 
void SaveAddon (std::string const &name, uint32 publicKeyCrc)
 
SavedAddon const * GetAddonInfo (const std::string &name)
 
BannedAddonList const * GetBannedAddons ()
 

Typedef Documentation

◆ BannedAddonList

typedef std::vector<BannedAddon> AddonMgr::BannedAddonList

Definition at line 53 of file AddonMgr.h.

Function Documentation

◆ GetAddonInfo()

SavedAddon const * AddonMgr::GetAddonInfo ( const std::string &  name)

Definition at line 110 of file AddonMgr.cpp.

+ Here is the caller graph for this function:

◆ GetBannedAddons()

BannedAddonList const * AddonMgr::GetBannedAddons ( )

Definition at line 122 of file AddonMgr.cpp.

+ Here is the caller graph for this function:

◆ LoadFromDB()

void AddonMgr::LoadFromDB ( )

Definition at line 40 of file AddonMgr.cpp.

+ Here is the call graph for this function:
+ Here is the caller graph for this function:

◆ SaveAddon()

void AddonMgr::SaveAddon ( std::string const &  name,
uint32  publicKeyCrc 
)

Definition at line 98 of file AddonMgr.cpp.

+ Here is the call graph for this function: