Méthode | Description | |
---|---|---|
AddNameProperty ( |
||
Deserialize ( Server.GenericReader reader ) : void | ||
GetProperties ( |
||
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 |
public AddNameProperty ( |
||
list | ||
Résultat | void |
public Deserialize ( Server.GenericReader reader ) : void | ||
reader | Server.GenericReader | |
Résultat | void |
public GetProperties ( |
||
list | ||
Résultat | void |
public OnDoubleClick ( Server.Mobile from ) : void | ||
from | Server.Mobile | |
Résultat | void |
public OnDragDrop ( Server.Mobile from, Item dropped ) : bool | ||
from | Server.Mobile | |
dropped | Item | |
Résultat | bool |
public OnSingleClick ( Server.Mobile from ) : void | ||
from | Server.Mobile | |
Résultat | void |
public Say ( int number, string args ) : void | ||
number | int | |
args | string | |
Résultat | void |
public Serialize ( GenericWriter writer ) : void | ||
writer | GenericWriter | |
Résultat | void |
public TillerMan ( BaseBoat boat ) : Server.Multis | ||
boat | BaseBoat | |
Résultat | Server.Multis |
public TillerMan ( Serial serial ) : Server.Multis | ||
serial | Serial | |
Résultat | Server.Multis |