Back to Server.Multis

BaseBoat : BaseMulti, IEntity, IPoint3D, IPoint2D, IHued

Derived Types: LargeBoat, LargeDragonBoat, MediumBoat, MediumDragonBoat, SmallBoat, SmallDragonBoat

Nested Types: DecayTimer, DryDockResult, MoveTimer

(static) bool IsValidLocation( Point3D p, Map map )
(ctor) BaseBoat()
(ctor) BaseBoat( Serial serial )
bool Anchored( get; set; )
BaseDockedBoat DockedBoat( get; )
int EastID( get; )
Direction Facing( get; set; )
Hold Hold( get; set; )
int HoldDistance( get; )
bool IsMoving( get; )
Point3D MarkOffset( get; )
Direction Moving( get; set; )
int NorthID( get; )
Mobile Owner( get; set; )
Point2D PortOffset( get; )
Plank PPlank( get; set; )
string ShipName( get; set; )
int SouthID( get; )
int Speed( get; set; )
Plank SPlank( get; set; )
Point2D StarboardOffset( get; )
TillerMan TillerMan( get; set; )
int TillerManDistance( get; )
DateTime TimeOfDecay( get; set; )
int WestID( get; )
void BeginDryDock( Mobile from )
void BeginRename( Mobile from )
bool CanCommand( Mobile m )
bool CanFit( Point3D p, Map map, int itemID )
bool CheckDecay()
DryDockResult CheckDryDock( Mobile from )
bool CheckKey( uint keyValue )
virtual bool Contains( int x, int y )
uint CreateKeys( Mobile m )
virtual void Deserialize( GenericReader reader )
void EndDryDock( Mobile from )
void EndRename( Mobile from, string newName )
Point3D GetMarkedLocation()
void GiveName( Mobile m )
bool LowerAnchor( bool message )
bool Move( Direction dir, int speed, bool message )
virtual void OnAfterDelete()
bool OneMove( Direction dir )
virtual void OnLocationChange( Point3D old )
virtual void OnMapChange()
virtual void OnSpeech( SpeechEventArgs e )
bool RaiseAnchor( bool message )
void Refresh()
void RemoveName( Mobile m )
void Rename( string newName )
Point3D Rotate( Point3D p, int count )
virtual void Serialize( GenericWriter writer )
bool SetFacing( Direction facing )
void SetName( SpeechEventArgs e )
bool StartMove( Direction dir, bool fast )
bool StartMove( Direction dir, int speed, TimeSpan interval, bool single, bool message )
bool StopMove( bool message )
bool Turn( int offset, bool message )