![]() |
TrinityCore
|
#include "Common.h"
Include dependency graph for SkillExtraItems.h:
This graph shows which files directly or indirectly include this file:Go to the source code of this file.
Functions | |
| TC_GAME_API bool | CanCreatePerfectItem (Player *player, uint32 spellId, float &perfectCreateChance, uint32 &perfectItemType) |
| TC_GAME_API void | LoadSkillPerfectItemTable () |
| TC_GAME_API bool | CanCreateExtraItems (Player *player, uint32 spellId, float &additionalChance, uint8 &additionalMax) |
| TC_GAME_API void | LoadSkillExtraItemTable () |
| TC_GAME_API bool CanCreateExtraItems | ( | Player * | player, |
| uint32 | spellId, | ||
| float & | additionalChance, | ||
| uint8 & | additionalMax | ||
| ) |
Definition at line 222 of file SkillExtraItems.cpp.
Here is the call graph for this function:
Here is the caller graph for this function:| TC_GAME_API bool CanCreatePerfectItem | ( | Player * | player, |
| uint32 | spellId, | ||
| float & | perfectCreateChance, | ||
| uint32 & | perfectItemType | ||
| ) |
Definition at line 201 of file SkillExtraItems.cpp.
Here is the call graph for this function:
Here is the caller graph for this function:| TC_GAME_API void LoadSkillExtraItemTable | ( | ) |
Definition at line 138 of file SkillExtraItems.cpp.
Here is the call graph for this function:
Here is the caller graph for this function:| TC_GAME_API void LoadSkillPerfectItemTable | ( | ) |
Definition at line 51 of file SkillExtraItems.cpp.
Here is the call graph for this function:
Here is the caller graph for this function: