C# Class Server.SkillHandlers.StolenItem

Mostra file Open project: Grimoric/RunUO.T2A Class Usage Examples

Public Properties

Property Type Description
StealTime System.TimeSpan

Public Methods

Method Description
Add ( Item item, Server.Mobile thief, Server.Mobile victim ) : void
Clean ( ) : void
IsStolen ( Item item ) : bool
IsStolen ( Item item, Server.Mobile &victim ) : bool
ReturnOnDeath ( Server.Items.Container corpse ) : void
StolenItem ( Item stolen, Server.Mobile thief, Server.Mobile victim ) : System

Method Details

Add() public static method

public static Add ( Item item, Server.Mobile thief, Server.Mobile victim ) : void
item Item
thief Server.Mobile
victim Server.Mobile
return void

Clean() public static method

public static Clean ( ) : void
return void

IsStolen() public static method

public static IsStolen ( Item item ) : bool
item Item
return bool

IsStolen() public static method

public static IsStolen ( Item item, Server.Mobile &victim ) : bool
item Item
victim Server.Mobile
return bool

ReturnOnDeath() public static method

public static ReturnOnDeath ( Server.Items.Container corpse ) : void
corpse Server.Items.Container
return void

StolenItem() public method

public StolenItem ( Item stolen, Server.Mobile thief, Server.Mobile victim ) : System
stolen Item
thief Server.Mobile
victim Server.Mobile
return System

Property Details

StealTime public_oe static_oe property

public static TimeSpan,System StealTime
return System.TimeSpan