![]() |
TrinityCore
|
#include "GameTables.h"#include "ItemTemplate.h"#include "Timer.h"#include "Log.h"#include "StringConvert.h"#include "Util.h"#include <boost/filesystem/path.hpp>#include <fstream>#include <sstream>
Include dependency graph for GameTables.cpp:Go to the source code of this file.
Functions | |
| template<class T > | |
| uint32 | LoadGameTable (std::vector< std::string > &errors, GameTable< T > &storage, boost::filesystem::path const &path) |
| void | LoadGameTables (std::string const &dataPath) |
| template<class T > | |
| float | GetIlvlStatMultiplier (T const *row, InventoryType invType) |
| template float | GetIlvlStatMultiplier (GtCombatRatingsMultByILvl const *row, InventoryType invType) |
| template float | GetIlvlStatMultiplier (GtStaminaMultByILvl const *row, InventoryType invType) |
| template float GetIlvlStatMultiplier | ( | GtCombatRatingsMultByILvl const * | row, |
| InventoryType | invType | ||
| ) |
| template float GetIlvlStatMultiplier | ( | GtStaminaMultByILvl const * | row, |
| InventoryType | invType | ||
| ) |
| float GetIlvlStatMultiplier | ( | T const * | row, |
| InventoryType | invType | ||
| ) |
|
inline |
Definition at line 44 of file GameTables.cpp.
Here is the call graph for this function:
Here is the caller graph for this function:| void LoadGameTables | ( | std::string const & | dataPath | ) |
Definition at line 104 of file GameTables.cpp.
Here is the call graph for this function:
Here is the caller graph for this function:| GameTable<GtArtifactKnowledgeMultiplierEntry> sArtifactKnowledgeMultiplierGameTable |
Definition at line 28 of file GameTables.cpp.
| GameTable<GtArtifactLevelXPEntry> sArtifactLevelXPGameTable |
Definition at line 29 of file GameTables.cpp.
| GameTable<GtBarberShopCostBaseEntry> sBarberShopCostBaseGameTable |
Definition at line 30 of file GameTables.cpp.
| GameTable<GtBaseMPEntry> sBaseMPGameTable |
Definition at line 31 of file GameTables.cpp.
| GameTable<GtBattlePetXPEntry> sBattlePetXPGameTable |
Definition at line 32 of file GameTables.cpp.
| GameTable<GtCombatRatingsEntry> sCombatRatingsGameTable |
Definition at line 33 of file GameTables.cpp.
| GameTable<GtCombatRatingsMultByILvl> sCombatRatingsMultByILvlGameTable |
Definition at line 34 of file GameTables.cpp.
| GameTable<GtHpPerStaEntry> sHpPerStaGameTable |
Definition at line 35 of file GameTables.cpp.
| GameTable<GtItemLevelByLevelEntry> sItemLevelByLevelTable |
Definition at line 36 of file GameTables.cpp.
| GameTable<GtItemSocketCostPerLevelEntry> sItemSocketCostPerLevelGameTable |
Definition at line 37 of file GameTables.cpp.
| GameTable<GtNpcManaCostScalerEntry> sNpcManaCostScalerGameTable |
Definition at line 38 of file GameTables.cpp.
| GameTable<GtSpellScalingEntry> sSpellScalingGameTable |
Definition at line 39 of file GameTables.cpp.
| GameTable<GtStaminaMultByILvl> sStaminaMultByILvlGameTable |
Definition at line 40 of file GameTables.cpp.
Definition at line 41 of file GameTables.cpp.