Back to Server.Items

Corpse : Container, IEntity, IPoint3D, IPoint2D, IHued, ICarvable

Nested Types: InternalTimer, OpenCorpseEntry

(static) string GetCorpseName( Mobile m )
(static) void Initialize()
(static) Container Mobile_CreateCorpseHandler( Mobile owner, ArrayList initialContent, ArrayList equipItems )
(ctor) Corpse( Serial serial )
(ctor) Corpse( Mobile owner, ArrayList equipItems )
AccessLevel AccessLevel( get; )
ArrayList Aggressors( get; )
Rectangle2D Bounds( get; )
bool Carved( get; set; )
bool Channeled( get; set; )
bool Criminal( get; set; )
int DefaultDropSound( get; )
int DefaultGumpID( get; )
bool DisplaysContent( get; )
ArrayList EquipItems( get; )
Guild Guild( get; )
Mobile Killer( get; )
int Kills( get; set; )
ArrayList Looters( get; )
Mobile Owner( get; )
bool VisitedByTaxidermist( get; set; )
virtual void AddNameProperty( ObjectPropertyList list )
void BeginDecay( TimeSpan delay )
virtual void Carve( Mobile from, Item item )
virtual bool CheckContentDisplay( Mobile from )
virtual bool CheckItemUse( Mobile from, Item item )
virtual bool CheckLift( Mobile from, Item item )
void ClearRestoreInfo( Item item )
virtual void Deserialize( GenericReader reader )
virtual void GetContextMenuEntries( Mobile from, ArrayList list )
bool GetRestoreInfo( Item item, ref Point3D loc )
bool IsCriminalAction( Mobile from )
virtual void OnAfterDelete()
virtual void OnDoubleClick( Mobile from )
virtual void OnItemLifted( Mobile from, Item item )
virtual void OnItemUsed( Mobile from, Item item )
virtual void OnSingleClick( Mobile from )
virtual void Open( Mobile from, bool checkSelfLoot )
virtual void SendInfoTo( NetState state )
virtual void Serialize( GenericWriter writer )
void SetRestoreInfo( Item item, Point3D loc )
void TurnToBones()