C# 클래스 Server.Spells.TransformationSpellHelper

파일 보기 프로젝트 열기: Grimoric/RunUO.T2A 1 사용 예제들

공개 메소드들

메소드 설명
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

메소드 상세

AddContext() 공개 정적인 메소드

public static AddContext ( Mobile m, TransformContext context ) : void
m Mobile
context TransformContext
리턴 void

CheckCast() 공개 정적인 메소드

public static CheckCast ( Mobile caster ) : bool
caster Mobile
리턴 bool

GetContext() 공개 정적인 메소드

public static GetContext ( Mobile m ) : TransformContext
m Mobile
리턴 TransformContext

OnCast() 공개 정적인 메소드

public static OnCast ( Mobile caster, Spell spell ) : bool
caster Mobile
spell Spell
리턴 bool

RemoveContext() 공개 정적인 메소드

public static RemoveContext ( Mobile m, TransformContext context, bool resetGraphics ) : void
m Mobile
context TransformContext
resetGraphics bool
리턴 void

RemoveContext() 공개 정적인 메소드

public static RemoveContext ( Mobile m, bool resetGraphics ) : void
m Mobile
resetGraphics bool
리턴 void

UnderTransformation() 공개 정적인 메소드

public static UnderTransformation ( Mobile m ) : bool
m Mobile
리턴 bool

UnderTransformation() 공개 정적인 메소드

public static UnderTransformation ( Mobile m, Type type ) : bool
m Mobile
type System.Type
리턴 bool