C# Class Server.Spells.TransformationSpellHelper

Afficher le fichier Open project: Grimoric/RunUO.T2A Class Usage Examples

Méthodes publiques

Méthode Description
AddContext ( Mobile m, TransformContext context ) : void
CheckCast ( Mobile caster ) : bool
GetContext ( Mobile m ) : TransformContext
OnCast ( Mobile caster, Spell spell ) : bool
RemoveContext ( Mobile m, TransformContext context, bool resetGraphics ) : void
RemoveContext ( Mobile m, bool resetGraphics ) : void
UnderTransformation ( Mobile m ) : bool
UnderTransformation ( Mobile m, Type type ) : bool

Method Details

AddContext() public static méthode

public static AddContext ( Mobile m, TransformContext context ) : void
m Mobile
context TransformContext
Résultat void

CheckCast() public static méthode

public static CheckCast ( Mobile caster ) : bool
caster Mobile
Résultat bool

GetContext() public static méthode

public static GetContext ( Mobile m ) : TransformContext
m Mobile
Résultat TransformContext

OnCast() public static méthode

public static OnCast ( Mobile caster, Spell spell ) : bool
caster Mobile
spell Spell
Résultat bool

RemoveContext() public static méthode

public static RemoveContext ( Mobile m, TransformContext context, bool resetGraphics ) : void
m Mobile
context TransformContext
resetGraphics bool
Résultat void

RemoveContext() public static méthode

public static RemoveContext ( Mobile m, bool resetGraphics ) : void
m Mobile
resetGraphics bool
Résultat void

UnderTransformation() public static méthode

public static UnderTransformation ( Mobile m ) : bool
m Mobile
Résultat bool

UnderTransformation() public static méthode

public static UnderTransformation ( Mobile m, Type type ) : bool
m Mobile
type System.Type
Résultat bool