C# Class Server.Spells.Fifth.PoisonFieldSpell.InternalItem

Inheritance: Item
ファイルを表示 Open project: Grimoric/RunUO.T2A

Public Methods

Method Description
ApplyPoisonTo ( Mobile m ) : void
Deserialize ( GenericReader reader ) : void
InternalItem ( Serial serial ) : System
InternalItem ( int itemID, Point3D loc, Mobile caster, Map map, System.TimeSpan duration, int val ) : System
OnAfterDelete ( ) : void
OnMoveOver ( Mobile m ) : bool
Serialize ( GenericWriter writer ) : void

Method Details

ApplyPoisonTo() public method

public ApplyPoisonTo ( Mobile m ) : void
m Mobile
return void

Deserialize() public method

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

InternalItem() public method

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

InternalItem() public method

public InternalItem ( int itemID, Point3D loc, Mobile caster, Map map, System.TimeSpan duration, int val ) : System
itemID int
loc Point3D
caster Mobile
map Map
duration System.TimeSpan
val int
return System

OnAfterDelete() public method

public OnAfterDelete ( ) : void
return void

OnMoveOver() public method

public OnMoveOver ( Mobile m ) : bool
m Mobile
return bool

Serialize() public method

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