AzerothCore 3.3.5a
OpenSource WoW Emulator
Loading...
Searching...
No Matches
Acore::SpellScripts Namespace Reference

Typedefs

template<typename T >
using is_SpellScript = std::is_base_of< SpellScript, T >
 
template<typename T >
using is_AuraScript = std::is_base_of< AuraScript, T >
 

Typedef Documentation

◆ is_AuraScript

template<typename T >
using Acore::SpellScripts::is_AuraScript = typedef std::is_base_of<AuraScript, T>

◆ is_SpellScript

template<typename T >
using Acore::SpellScripts::is_SpellScript = typedef std::is_base_of<SpellScript, T>