C# Class Ensage.Common.Extensions.MeepoExtensions

Exibir arquivo Open project: EnsageSharp/Ensage.Common

Public Methods

Method Description
ChainEarthbind ( this meepos, Unit target ) : void

The chain earthbind.

IsIllusion ( this meepo ) : bool

The is illusion.

PoofAll ( this meepos, Vector3 position ) : void

The poof all.

PoofAllToThisMeepo ( this meepo ) : void

Poofs all other meepos to this ones position.

Method Details

ChainEarthbind() public static method

The chain earthbind.
public static ChainEarthbind ( this meepos, Unit target ) : void
meepos this /// The meepos. ///
target Unit /// The target. ///
return void

IsIllusion() public static method

The is illusion.
public static IsIllusion ( this meepo ) : bool
meepo this /// The meepo. ///
return bool

PoofAll() public static method

The poof all.
public static PoofAll ( this meepos, Vector3 position ) : void
meepos this /// The meepos. ///
position Vector3 /// The position. ///
return void

PoofAllToThisMeepo() public static method

Poofs all other meepos to this ones position.
public static PoofAllToThisMeepo ( this meepo ) : void
meepo this /// The meepo. ///
return void