C# 클래스 Server.Items.BaseWand

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

Private Properties

프로퍼티 타입 설명

공개 메소드들

메소드 설명
ApplyDelayTo ( Mobile from ) : void
BaseWand ( Serial serial ) : System
BaseWand ( WandEffect effect, int minCharges, int maxCharges ) : System
Cast ( Spell spell ) : void
ConsumeCharge ( Mobile from ) : void
Deserialize ( GenericReader reader ) : void
DoWandTarget ( Mobile from, object o ) : void
GetProperties ( ObjectPropertyList list ) : void
OnDoubleClick ( Mobile from ) : void
OnSingleClick ( Mobile from ) : void
OnWandTarget ( Mobile from, object o ) : bool
OnWandUse ( Mobile from ) : void
ReleaseWandLock_Callback ( object state ) : void
Serialize ( GenericWriter writer ) : void

메소드 상세

ApplyDelayTo() 공개 메소드

public ApplyDelayTo ( Mobile from ) : void
from Mobile
리턴 void

BaseWand() 공개 메소드

public BaseWand ( Serial serial ) : System
serial Serial
리턴 System

BaseWand() 공개 메소드

public BaseWand ( WandEffect effect, int minCharges, int maxCharges ) : System
effect WandEffect
minCharges int
maxCharges int
리턴 System

Cast() 공개 메소드

public Cast ( Spell spell ) : void
spell Server.Spells.Spell
리턴 void

ConsumeCharge() 공개 메소드

public ConsumeCharge ( Mobile from ) : void
from Mobile
리턴 void

Deserialize() 공개 메소드

public Deserialize ( GenericReader reader ) : void
reader GenericReader
리턴 void

DoWandTarget() 공개 메소드

public DoWandTarget ( Mobile from, object o ) : void
from Mobile
o object
리턴 void

GetProperties() 공개 메소드

public GetProperties ( ObjectPropertyList list ) : void
list ObjectPropertyList
리턴 void

OnDoubleClick() 공개 메소드

public OnDoubleClick ( Mobile from ) : void
from Mobile
리턴 void

OnSingleClick() 공개 메소드

public OnSingleClick ( Mobile from ) : void
from Mobile
리턴 void

OnWandTarget() 공개 메소드

public OnWandTarget ( Mobile from, object o ) : bool
from Mobile
o object
리턴 bool

OnWandUse() 공개 메소드

public OnWandUse ( Mobile from ) : void
from Mobile
리턴 void

ReleaseWandLock_Callback() 공개 메소드

public ReleaseWandLock_Callback ( object state ) : void
state object
리턴 void

Serialize() 공개 메소드

public Serialize ( GenericWriter writer ) : void
writer GenericWriter
리턴 void