C# Class Server.SkillHandlers.StolenItem

Afficher le fichier Open project: Grimoric/RunUO.T2A Class Usage Examples

Méthodes publiques

Свойство Type Description
StealTime System.TimeSpan

Méthodes publiques

Méthode 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 méthode

public static Add ( Item item, Server.Mobile thief, Server.Mobile victim ) : void
item Item
thief Server.Mobile
victim Server.Mobile
Résultat void

Clean() public static méthode

public static Clean ( ) : void
Résultat void

IsStolen() public static méthode

public static IsStolen ( Item item ) : bool
item Item
Résultat bool

IsStolen() public static méthode

public static IsStolen ( Item item, Server.Mobile &victim ) : bool
item Item
victim Server.Mobile
Résultat bool

ReturnOnDeath() public static méthode

public static ReturnOnDeath ( Server.Items.Container corpse ) : void
corpse Server.Items.Container
Résultat void

StolenItem() public méthode

public StolenItem ( Item stolen, Server.Mobile thief, Server.Mobile victim ) : System
stolen Item
thief Server.Mobile
victim Server.Mobile
Résultat System

Property Details

StealTime public_oe static_oe property

public static TimeSpan,System StealTime
Résultat System.TimeSpan