C# Class cleanLayer.Brains.Shaman.TotemHelper

Show file Open project: Vipeax/cleanLayer Class Usage Examples

Public Methods

Method Description
CallTotem ( Totem totem ) : bool
CallTotems ( ) : bool
RecallTotems ( ) : bool
SetTotemSlot ( MultiCastSlot slot, Totem spellID ) : void

Method Details

CallTotem() public static method

public static CallTotem ( Totem totem ) : bool
totem Totem
return bool

CallTotems() public static method

public static CallTotems ( ) : bool
return bool

RecallTotems() public static method

public static RecallTotems ( ) : bool
return bool

SetTotemSlot() public static method

public static SetTotemSlot ( MultiCastSlot slot, Totem spellID ) : void
slot MultiCastSlot
spellID Totem
return void