C# Class Server.Items.TillerMan

Inheritance: Item
Mostrar archivo Open project: Grimoric/RunUO.T2A Class Usage Examples

Public Methods

Method Description
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

Method Details

AddNameProperty() public method

public AddNameProperty ( ObjectPropertyList list ) : void
list Server.ObjectPropertyList
return void

Deserialize() public method

public Deserialize ( Server.GenericReader reader ) : void
reader Server.GenericReader
return void

GetProperties() public method

public GetProperties ( ObjectPropertyList list ) : void
list Server.ObjectPropertyList
return void

OnAfterDelete() public method

public OnAfterDelete ( ) : void
return void

OnDoubleClick() public method

public OnDoubleClick ( Server.Mobile from ) : void
from Server.Mobile
return void

OnDragDrop() public method

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

OnSingleClick() public method

public OnSingleClick ( Server.Mobile from ) : void
from Server.Mobile
return void

Say() public method

public Say ( int number ) : void
number int
return void

Say() public method

public Say ( int number, string args ) : void
number int
args string
return void

Serialize() public method

public Serialize ( GenericWriter writer ) : void
writer GenericWriter
return void

SetFacing() public method

public SetFacing ( Direction dir ) : void
dir Direction
return void

TillerMan() public method

public TillerMan ( BaseBoat boat ) : Server.Multis
boat BaseBoat
return Server.Multis

TillerMan() public method

public TillerMan ( Serial serial ) : Server.Multis
serial Serial
return Server.Multis