C# Class Server.Items.AnkhNorth

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

Private Properties

Property Type Description
AnkhNorth System.Collections.Generic
AnkhNorth System.Collections.Generic

Public Methods

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

Private Methods

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

Method Details

AnkhNorth() public method

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

Deserialize() public method

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

GetContextMenuEntries() public method

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

OnAfterDelete() public method

public OnAfterDelete ( ) : void
return void

OnDoubleClickDead() public method

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

OnLocationChange() public method

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

OnMapChange() public method

public OnMapChange ( ) : void
return void

OnMovement() public method

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

Serialize() public method

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