C# Class Server.Items.Guildstone

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

Private Properties

Свойство Type Description

Méthodes publiques

Méthode Description
CouldFit ( IPoint3D p, Map map ) : bool
Deserialize ( GenericReader reader ) : void
GetProperties ( ObjectPropertyList list ) : void
Guildstone ( Guild g ) : System
Guildstone ( Guild g, string guildName, string abbrev ) : System
Guildstone ( Serial serial ) : System
OnAfterDelete ( ) : void
OnChop ( Mobile from ) : void
OnDoubleClick ( Mobile from ) : void
OnSingleClick ( Mobile from ) : void
Serialize ( GenericWriter writer ) : void

Method Details

CouldFit() public méthode

public CouldFit ( IPoint3D p, Map map ) : bool
p IPoint3D
map Map
Résultat bool

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

Guildstone() public méthode

public Guildstone ( Guild g ) : System
g Server.Guilds.Guild
Résultat System

Guildstone() public méthode

public Guildstone ( Guild g, string guildName, string abbrev ) : System
g Server.Guilds.Guild
guildName string
abbrev string
Résultat System

Guildstone() public méthode

public Guildstone ( Serial serial ) : System
serial Serial
Résultat System

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

OnSingleClick() public méthode

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

Serialize() public méthode

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