Project SkyFire Core
SkyFire 5.4.8 server core API documentation
Loading...
Searching...
No Matches
SkillDiscovery.h
Go to the documentation of this file.
1/*
2* This file is part of Project SkyFire https://www.projectskyfire.org.
3* See LICENSE.md file for Copyright information
4*/
5
6#ifndef SKYFIRE_SKILLDISCOVERY_H
7#define SKYFIRE_SKILLDISCOVERY_H
8
9#include "Common.h"
10
11class Player;
12
14uint32 GetSkillDiscoverySpell(uint32 skillId, uint32 spellId, Player* player);
15bool HasDiscoveredAllSpells(uint32 spellId, Player* player);
17#endif
std::uint32_t uint32
Definition Define.h:77
uint32 GetExplicitDiscoverySpell(uint32 spellId, Player *player)
uint32 GetSkillDiscoverySpell(uint32 skillId, uint32 spellId, Player *player)
bool HasDiscoveredAllSpells(uint32 spellId, Player *player)
void LoadSkillDiscoveryTable()