C# 클래스 Server.SkillHandlers.StolenItem

파일 보기 프로젝트 열기: Grimoric/RunUO.T2A 1 사용 예제들

공개 프로퍼티들

프로퍼티 타입 설명
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