C# Class Server.Items.BaseTrap

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

Méthodes publiques

Méthode Description
BaseTrap ( Serial serial ) : System
BaseTrap ( int itemID ) : System
CheckRange ( Point3D loc, Point3D oldLoc, int range ) : bool
CheckRange ( Point3D loc, int range ) : bool
Deserialize ( GenericReader reader ) : void
GetEffectHue ( ) : int
OnMovement ( Mobile m, Point3D oldLocation ) : void
OnTrigger ( Mobile from ) : void
Serialize ( GenericWriter writer ) : void

Method Details

BaseTrap() public méthode

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

BaseTrap() public méthode

public BaseTrap ( int itemID ) : System
itemID int
Résultat System

CheckRange() public méthode

public CheckRange ( Point3D loc, Point3D oldLoc, int range ) : bool
loc Point3D
oldLoc Point3D
range int
Résultat bool

CheckRange() public méthode

public CheckRange ( Point3D loc, int range ) : bool
loc Point3D
range int
Résultat bool

Deserialize() public méthode

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

GetEffectHue() public méthode

public GetEffectHue ( ) : int
Résultat int

OnMovement() public méthode

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

OnTrigger() public méthode

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

Serialize() public méthode

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