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