C# Class Server.Items.ArcheryButte

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

Private Properties

Property Type Description
ArcheryButte System
GetEntryFor ScoreEntry

Public Methods

Method Description
ArcheryButte ( Server.Serial serial ) : System
ArcheryButte ( int itemID ) : System
Deserialize ( Server.GenericReader reader ) : void
Fire ( Server.Mobile from ) : void
Gather ( Server.Mobile from ) : void
OnDoubleClick ( Server.Mobile from ) : void
Serialize ( Server.GenericWriter writer ) : void

Private Methods

Method Description
ArcheryButte ( ) : System
GetEntryFor ( Server.Mobile from ) : ScoreEntry

Method Details

ArcheryButte() public method

public ArcheryButte ( Server.Serial serial ) : System
serial Server.Serial
return System

ArcheryButte() public method

public ArcheryButte ( int itemID ) : System
itemID int
return System

Deserialize() public method

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

Fire() public method

public Fire ( Server.Mobile from ) : void
from Server.Mobile
return void

Gather() public method

public Gather ( Server.Mobile from ) : void
from Server.Mobile
return void

OnDoubleClick() public method

public OnDoubleClick ( Server.Mobile from ) : void
from Server.Mobile
return void

Serialize() public method

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