C# 클래스 Server.Items.TillerMan

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

공개 메소드들

메소드 설명
AddNameProperty ( ObjectPropertyList list ) : void
Deserialize ( Server.GenericReader reader ) : void
GetProperties ( ObjectPropertyList list ) : void
OnAfterDelete ( ) : void
OnDoubleClick ( Server.Mobile from ) : void
OnDragDrop ( Server.Mobile from, Item dropped ) : bool
OnSingleClick ( Server.Mobile from ) : void
Say ( int number ) : void
Say ( int number, string args ) : void
Serialize ( GenericWriter writer ) : void
SetFacing ( Direction dir ) : void
TillerMan ( BaseBoat boat ) : Server.Multis
TillerMan ( Serial serial ) : Server.Multis

메소드 상세

AddNameProperty() 공개 메소드

public AddNameProperty ( ObjectPropertyList list ) : void
list Server.ObjectPropertyList
리턴 void

Deserialize() 공개 메소드

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

GetProperties() 공개 메소드

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

OnAfterDelete() 공개 메소드

public OnAfterDelete ( ) : void
리턴 void

OnDoubleClick() 공개 메소드

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

OnDragDrop() 공개 메소드

public OnDragDrop ( Server.Mobile from, Item dropped ) : bool
from Server.Mobile
dropped Item
리턴 bool

OnSingleClick() 공개 메소드

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

Say() 공개 메소드

public Say ( int number ) : void
number int
리턴 void

Say() 공개 메소드

public Say ( int number, string args ) : void
number int
args string
리턴 void

Serialize() 공개 메소드

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

SetFacing() 공개 메소드

public SetFacing ( Direction dir ) : void
dir Direction
리턴 void

TillerMan() 공개 메소드

public TillerMan ( BaseBoat boat ) : Server.Multis
boat BaseBoat
리턴 Server.Multis

TillerMan() 공개 메소드

public TillerMan ( Serial serial ) : Server.Multis
serial Serial
리턴 Server.Multis