C# Class Server.Items.TillerMan

Inheritance: Item
Afficher le fichier Open project: Grimoric/RunUO.T2A Class Usage Examples

Méthodes publiques

Méthode 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 méthode

public AddNameProperty ( ObjectPropertyList list ) : void
list Server.ObjectPropertyList
Résultat void

Deserialize() public méthode

public Deserialize ( Server.GenericReader reader ) : void
reader Server.GenericReader
Résultat void

GetProperties() public méthode

public GetProperties ( ObjectPropertyList list ) : void
list Server.ObjectPropertyList
Résultat void

OnAfterDelete() public méthode

public OnAfterDelete ( ) : void
Résultat void

OnDoubleClick() public méthode

public OnDoubleClick ( Server.Mobile from ) : void
from Server.Mobile
Résultat void

OnDragDrop() public méthode

public OnDragDrop ( Server.Mobile from, Item dropped ) : bool
from Server.Mobile
dropped Item
Résultat bool

OnSingleClick() public méthode

public OnSingleClick ( Server.Mobile from ) : void
from Server.Mobile
Résultat void

Say() public méthode

public Say ( int number ) : void
number int
Résultat void

Say() public méthode

public Say ( int number, string args ) : void
number int
args string
Résultat void

Serialize() public méthode

public Serialize ( GenericWriter writer ) : void
writer GenericWriter
Résultat void

SetFacing() public méthode

public SetFacing ( Direction dir ) : void
dir Direction
Résultat void

TillerMan() public méthode

public TillerMan ( BaseBoat boat ) : Server.Multis
boat BaseBoat
Résultat Server.Multis

TillerMan() public méthode

public TillerMan ( Serial serial ) : Server.Multis
serial Serial
Résultat Server.Multis