C# Class Ensage.Common.Extensions.MeepoExtensions

Afficher le fichier Open project: EnsageSharp/Ensage.Common

Méthodes publiques

Méthode 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 méthode

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

IsIllusion() public static méthode

The is illusion.
public static IsIllusion ( this meepo ) : bool
meepo this /// The meepo. ///
Résultat bool

PoofAll() public static méthode

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

PoofAllToThisMeepo() public static méthode

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