C# Class Server.Items.BroadcastCrystal

Inheritance: Item
Afficher le fichier Open project: Grimoric/RunUO.T2A Class Usage Examples

Méthodes publiques

Свойство Type Description
MaxCharges int

Private Properties

Свойство Type Description
BroadcastCrystal System
BroadcastCrystal System

Méthodes publiques

Méthode Description
BroadcastCrystal ( Server.Serial serial ) : System
Deserialize ( Server.GenericReader reader ) : void
GetProperties ( ObjectPropertyList list ) : void
OnDoubleClick ( Server.Mobile from ) : void
OnSingleClick ( Server.Mobile from ) : void
OnSpeech ( SpeechEventArgs e ) : void
Serialize ( Server.GenericWriter writer ) : void

Private Methods

Méthode Description
BroadcastCrystal ( ) : System
BroadcastCrystal ( int charges ) : System

Method Details

BroadcastCrystal() public méthode

public BroadcastCrystal ( Server.Serial serial ) : System
serial Server.Serial
Résultat System

Deserialize() public méthode

public Deserialize ( Server.GenericReader reader ) : void
reader Server.GenericReader
Résultat void

GetProperties() public méthode

public GetProperties ( ObjectPropertyList list ) : void
list Server.ObjectPropertyList
Résultat void

OnDoubleClick() public méthode

public OnDoubleClick ( Server.Mobile from ) : void
from Server.Mobile
Résultat void

OnSingleClick() public méthode

public OnSingleClick ( Server.Mobile from ) : void
from Server.Mobile
Résultat void

OnSpeech() public méthode

public OnSpeech ( SpeechEventArgs e ) : void
e Server.SpeechEventArgs
Résultat void

Serialize() public méthode

public Serialize ( Server.GenericWriter writer ) : void
writer Server.GenericWriter
Résultat void

Property Details

MaxCharges public_oe static_oe property

public static int MaxCharges
Résultat int