C# Class Server.Items.AddonComponent

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

Private Properties

Свойство Type Description
AddonComponent

Méthodes publiques

Méthode Description
AddonComponent ( Serial serial )
ApplyLightTo ( Server.Items.Item item ) : void
Deserialize ( GenericReader reader ) : void
OnAfterDelete ( ) : void
OnChop ( Mobile from ) : void
OnDoubleClick ( Mobile from ) : void
OnLocationChange ( Point3D old ) : void
OnMapChange ( ) : void
Serialize ( GenericWriter writer ) : void

Private Methods

Méthode Description
AddonComponent ( int itemID )

Method Details

AddonComponent() public méthode

public AddonComponent ( Serial serial )
serial Serial

ApplyLightTo() public static méthode

public static ApplyLightTo ( Server.Items.Item item ) : void
item Server.Items.Item
Résultat void

Deserialize() public méthode

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

OnAfterDelete() public méthode

public OnAfterDelete ( ) : void
Résultat void

OnChop() public méthode

public OnChop ( Mobile from ) : void
from Mobile
Résultat void

OnDoubleClick() public méthode

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

OnLocationChange() public méthode

public OnLocationChange ( Point3D old ) : void
old Point3D
Résultat void

OnMapChange() public méthode

public OnMapChange ( ) : void
Résultat void

Serialize() public méthode

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