C# Класс Server.SkillHandlers.StolenItem

Показать файл Открыть проект Примеры использования класса

Открытые свойства

Свойство Тип Описание
StealTime System.TimeSpan

Открытые методы

Метод Описание
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

Описание методов

Add() публичный статический Метод

public static Add ( Item item, Server.Mobile thief, Server.Mobile victim ) : void
item Item
thief Server.Mobile
victim Server.Mobile
Результат void

Clean() публичный статический Метод

public static Clean ( ) : void
Результат void

IsStolen() публичный статический Метод

public static IsStolen ( Item item ) : bool
item Item
Результат bool

IsStolen() публичный статический Метод

public static IsStolen ( Item item, Server.Mobile &victim ) : bool
item Item
victim Server.Mobile
Результат bool

ReturnOnDeath() публичный статический Метод

public static ReturnOnDeath ( Server.Items.Container corpse ) : void
corpse Server.Items.Container
Результат void

StolenItem() публичный Метод

public StolenItem ( Item stolen, Server.Mobile thief, Server.Mobile victim ) : System
stolen Item
thief Server.Mobile
victim Server.Mobile
Результат System

Описание свойств

StealTime публичное статическое свойство

public static TimeSpan,System StealTime
Результат System.TimeSpan