C# Class Server.Items.AnkhWest

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

Private Properties

Property Type Description
AnkhWest System.Collections.Generic
AnkhWest System.Collections.Generic

Public Methods

Method Description
AnkhWest ( Server.Serial serial ) : System.Collections.Generic
Deserialize ( GenericReader reader ) : void
GetContextMenuEntries ( Mobile from, List list ) : void
OnAfterDelete ( ) : void
OnDoubleClickDead ( Mobile m ) : void
OnLocationChange ( Point3D oldLocation ) : void
OnMapChange ( ) : void
OnMovement ( Mobile m, Point3D oldLocation ) : void
Serialize ( GenericWriter writer ) : void

Private Methods

Method Description
AnkhWest ( ) : System.Collections.Generic
AnkhWest ( bool bloodied ) : System.Collections.Generic

Method Details

AnkhWest() public method

public AnkhWest ( Server.Serial serial ) : System.Collections.Generic
serial Server.Serial
return System.Collections.Generic

Deserialize() public method

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

GetContextMenuEntries() public method

public GetContextMenuEntries ( Mobile from, List list ) : void
from Mobile
list List
return void

OnAfterDelete() public method

public OnAfterDelete ( ) : void
return void

OnDoubleClickDead() public method

public OnDoubleClickDead ( Mobile m ) : void
m Mobile
return void

OnLocationChange() public method

public OnLocationChange ( Point3D oldLocation ) : void
oldLocation Point3D
return void

OnMapChange() public method

public OnMapChange ( ) : void
return void

OnMovement() public method

public OnMovement ( Mobile m, Point3D oldLocation ) : void
m Mobile
oldLocation Point3D
return void

Serialize() public method

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