Property | Type | Description | |
---|---|---|---|
EventSink_WorldSave | void | ||
SafeAdd | void |
Method | Description | |
---|---|---|
AssociateMap ( Server.Items.MapItem map ) : void | ||
BaseBoat ( ) : System | ||
BaseBoat ( Server.Serial serial ) : System | ||
BeginDryDock ( Server.Mobile from ) : void | ||
BeginRename ( Server.Mobile from ) : void | ||
CanFit ( Server.Point3D p, Server.Map map, int itemID ) : bool | ||
CheckDecay ( ) : bool | ||
CheckDryDock ( Server.Mobile from ) : DryDockResult | ||
CheckKey ( uint keyValue ) : bool | ||
Contains ( int x, int y ) : bool | ||
CreateKeys ( Server.Mobile m ) : uint | ||
Deserialize ( GenericReader reader ) : void | ||
DoMovement ( bool message ) : bool | ||
EndDryDock ( Mobile from ) : void | ||
EndRename ( Mobile from, string newName ) : void | ||
FindBoatAt ( IPoint2D loc, Map map ) : BaseBoat | ||
GetMarkedLocation ( ) : Point3D | ||
GetMovementFor ( int x, int y, int &maxSpeed ) : Direction | ||
GetMovingEntities ( ) : List |
||
GetRotatedLocation ( int x, int y ) : Point3D | ||
GetWrapFor ( ) : Rectangle2D[] | ||
GiveName ( ) : void | ||
GiveNavPoint ( ) : void | ||
Initialize ( ) : void | ||
IsValidLocation ( Point3D p ) : bool | ||
LowerAnchor ( bool message ) : bool | ||
Move ( Direction dir, int speed, int clientSpeed, bool message ) : bool | ||
OnAfterDelete ( ) : void | ||
OnLocationChange ( Point3D old ) : void | ||
OnMapChange ( ) : void | ||
OnSpeech ( SpeechEventArgs e ) : void | ||
OneMove ( Direction dir ) : bool | ||
RaiseAnchor ( bool message ) : bool | ||
Refresh ( ) : void | ||
RemoveKeys ( Mobile m ) : void | ||
RemoveName ( Mobile m ) : void | ||
Rename ( string newName ) : void | ||
Rotate ( Point3D p, int count ) : Point3D | ||
Serialize ( GenericWriter writer ) : void | ||
SetFacing ( Direction facing ) : bool | ||
SetName ( SpeechEventArgs e ) : void | ||
StartCourse ( bool single, bool message ) : bool | ||
StartCourse ( string navPoint, bool single, bool message ) : bool | ||
StartMove ( Direction dir, bool fast ) : bool | ||
StartMove ( Direction dir, int speed, int clientSpeed, TimeSpan interval, bool single, bool message ) : bool | ||
StartTurn ( int offset, bool message ) : bool | ||
StopMove ( bool message ) : bool | ||
Teleport ( int xOffset, int yOffset, int zOffset ) : void | ||
Turn ( int offset, bool message ) : bool | ||
UpdateAllComponents ( ) : void | ||
UpdateComponents ( ) : void |
Method | Description | |
---|---|---|
EventSink_WorldSave ( WorldSaveEventArgs e ) : void | ||
SafeAdd ( Item item, List |
public AssociateMap ( Server.Items.MapItem map ) : void | ||
map | Server.Items.MapItem | |
return | void |
public BaseBoat ( Server.Serial serial ) : System | ||
serial | Server.Serial | |
return | System |
public BeginDryDock ( Server.Mobile from ) : void | ||
from | Server.Mobile | |
return | void |
public BeginRename ( Server.Mobile from ) : void | ||
from | Server.Mobile | |
return | void |
public CanFit ( Server.Point3D p, Server.Map map, int itemID ) : bool | ||
p | Server.Point3D | |
map | Server.Map | |
itemID | int | |
return | bool |
public CheckDryDock ( Server.Mobile from ) : DryDockResult | ||
from | Server.Mobile | |
return | DryDockResult |
public Deserialize ( GenericReader reader ) : void | ||
reader | GenericReader | |
return | void |
public EndRename ( Mobile from, string newName ) : void | ||
from | Mobile | |
newName | string | |
return | void |
public static FindBoatAt ( IPoint2D loc, Map map ) : BaseBoat | ||
loc | IPoint2D | |
map | Map | |
return | BaseBoat |
public GetMovementFor ( int x, int y, int &maxSpeed ) : Direction | ||
x | int | |
y | int | |
maxSpeed | int | |
return | Direction |
public GetRotatedLocation ( int x, int y ) : Point3D | ||
x | int | |
y | int | |
return | Point3D |
public static IsValidLocation ( Point3D p ) : bool | ||
p | Point3D | |
return | bool |
public Move ( Direction dir, int speed, int clientSpeed, bool message ) : bool | ||
dir | Direction | |
speed | int | |
clientSpeed | int | |
message | bool | |
return | bool |
public OnLocationChange ( Point3D old ) : void | ||
old | Point3D | |
return | void |
public Rotate ( Point3D p, int count ) : Point3D | ||
p | Point3D | |
count | int | |
return | Point3D |
public Serialize ( GenericWriter writer ) : void | ||
writer | GenericWriter | |
return | void |
public StartCourse ( bool single, bool message ) : bool | ||
single | bool | |
message | bool | |
return | bool |
public StartCourse ( string navPoint, bool single, bool message ) : bool | ||
navPoint | string | |
single | bool | |
message | bool | |
return | bool |
public StartMove ( Direction dir, bool fast ) : bool | ||
dir | Direction | |
fast | bool | |
return | bool |
public StartMove ( Direction dir, int speed, int clientSpeed, TimeSpan interval, bool single, bool message ) : bool | ||
dir | Direction | |
speed | int | |
clientSpeed | int | |
interval | TimeSpan | |
single | bool | |
message | bool | |
return | bool |
public StartTurn ( int offset, bool message ) : bool | ||
offset | int | |
message | bool | |
return | bool |
public Teleport ( int xOffset, int yOffset, int zOffset ) : void | ||
xOffset | int | |
yOffset | int | |
zOffset | int | |
return | void |
public Turn ( int offset, bool message ) : bool | ||
offset | int | |
message | bool | |
return | bool |