C# Class Server.Items.MonsterStatuette

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

Private Properties

Свойство Type Description
MonsterStatuette Server.Multis
MonsterStatuette Server.Multis

Méthodes publiques

Méthode Description
Deserialize ( GenericReader reader ) : void
GetProperties ( ObjectPropertyList list ) : void
IsOwner ( Mobile mob ) : bool
MonsterStatuette ( Serial serial ) : Server.Multis
OnDoubleClick ( Mobile from ) : void
OnMovement ( Mobile m, Point3D oldLocation ) : void
Serialize ( GenericWriter writer ) : void

Private Methods

Méthode Description
MonsterStatuette ( ) : Server.Multis
MonsterStatuette ( MonsterStatuetteType type ) : Server.Multis

Method Details

Deserialize() public méthode

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

GetProperties() public méthode

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

IsOwner() public méthode

public IsOwner ( Mobile mob ) : bool
mob Mobile
Résultat bool

MonsterStatuette() public méthode

public MonsterStatuette ( Serial serial ) : Server.Multis
serial Serial
Résultat Server.Multis

OnDoubleClick() public méthode

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

OnMovement() public méthode

public OnMovement ( Mobile m, Point3D oldLocation ) : void
m Mobile
oldLocation Point3D
Résultat void

Serialize() public méthode

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