C# 클래스 Server.Spells.Fourth.RecallSpell

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

공개 메소드들

메소드 설명
CheckCast ( ) : bool
Effect ( Point3D loc, Map map, bool checkMulti ) : void
OnCast ( ) : void
RecallSpell ( Mobile caster, Server.Items.Item scroll ) : Server.Items
RecallSpell ( Mobile caster, Server.Items.Item scroll, RunebookEntry entry, Runebook book ) : Server.Items

메소드 상세

CheckCast() 공개 메소드

public CheckCast ( ) : bool
리턴 bool

Effect() 공개 메소드

public Effect ( Point3D loc, Map map, bool checkMulti ) : void
loc Point3D
map Map
checkMulti bool
리턴 void

OnCast() 공개 메소드

public OnCast ( ) : void
리턴 void

RecallSpell() 공개 메소드

public RecallSpell ( Mobile caster, Server.Items.Item scroll ) : Server.Items
caster Mobile
scroll Server.Items.Item
리턴 Server.Items

RecallSpell() 공개 메소드

public RecallSpell ( Mobile caster, Server.Items.Item scroll, RunebookEntry entry, Runebook book ) : Server.Items
caster Mobile
scroll Server.Items.Item
entry Server.Items.RunebookEntry
book Server.Items.Runebook
리턴 Server.Items