C# Class Server.Items.BaseTrap

Inheritance: Item
Show file Open project: Grimoric/RunUO.T2A Class Usage Examples

Public Methods

Method 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 method

public BaseTrap ( Serial serial ) : System
serial Serial
return System

BaseTrap() public method

public BaseTrap ( int itemID ) : System
itemID int
return System

CheckRange() public method

public CheckRange ( Point3D loc, Point3D oldLoc, int range ) : bool
loc Point3D
oldLoc Point3D
range int
return bool

CheckRange() public method

public CheckRange ( Point3D loc, int range ) : bool
loc Point3D
range int
return bool

Deserialize() public method

public Deserialize ( GenericReader reader ) : void
reader GenericReader
return void

GetEffectHue() public method

public GetEffectHue ( ) : int
return int

OnMovement() public method

public OnMovement ( Mobile m, Point3D oldLocation ) : void
m Mobile
oldLocation Point3D
return void

OnTrigger() public method

public OnTrigger ( Mobile from ) : void
from Mobile
return void

Serialize() public method

public Serialize ( GenericWriter writer ) : void
writer GenericWriter
return void