C# Class cleanCore.WoWSpell

Datei anzeigen Open project: Vipeax/cleanLayer Class Usage Examples

Public Properties

Property Type Description
ForceUpdate bool
Invalid WoWSpell

Private Properties

Property Type Description

Public Methods

Method Description
Cast ( ) : void
Cast ( WoWUnit target ) : void
GetAllSpells ( ) : List
GetSpell ( int id ) : WoWSpell
GetSpell ( string name ) : WoWSpell
Initialize ( ) : void
Pulse ( ) : bool
WoWSpell ( int id ) : System

Method Details

Cast() public method

public Cast ( ) : void
return void

Cast() public method

public Cast ( WoWUnit target ) : void
target WoWUnit
return void

GetAllSpells() public static method

public static GetAllSpells ( ) : List
return List

GetSpell() public static method

public static GetSpell ( int id ) : WoWSpell
id int
return WoWSpell

GetSpell() public static method

public static GetSpell ( string name ) : WoWSpell
name string
return WoWSpell

Initialize() public static method

public static Initialize ( ) : void
return void

Pulse() public static method

public static Pulse ( ) : bool
return bool

WoWSpell() public method

public WoWSpell ( int id ) : System
id int
return System

Property Details

ForceUpdate public_oe static_oe property

public static bool ForceUpdate
return bool

Invalid public_oe static_oe property

public static WoWSpell,cleanCore Invalid
return WoWSpell