C# Class WoWSpellViewer.SpellInformation

Show file Open project: sgraf812/crystalmpq Class Usage Examples

Public Methods

Method Description
GetVariable ( int spellId, string name ) : SpellValue
SpellInformation ( SpellRecord>.KeyedClientDatabase spellDatabase ) : System

Private Methods

Method Description
Format ( string text ) : string
FormatEffect ( int effectId, int auraId ) : string
GetVariable ( SpellRecord spellRecord, string name ) : SpellValue
GetVariable ( string name ) : SpellValue

Method Details

GetVariable() public method

public GetVariable ( int spellId, string name ) : SpellValue
spellId int
name string
return SpellValue

SpellInformation() public method

public SpellInformation ( SpellRecord>.KeyedClientDatabase spellDatabase ) : System
spellDatabase SpellRecord>.KeyedClientDatabase
return System