SpellListManager..::..ListSpell Property
Gets the list spells (key is spell ID, name is in English).
Namespace:
wManager.Wow.HelpersAssembly: wManager (in wManager.dll)
Syntax
public static Dictionary<uint, string> ListSpell { get; set; }
Public Shared Property ListSpell As Dictionary(Of UInteger, String) Get Set
public: static property Dictionary<unsigned int^, String^>^ ListSpell { Dictionary<unsigned int^, String^>^ get (); void set (Dictionary<unsigned int^, String^>^ value); }