C# 클래스 Server.SkillHandlers.Stealing

파일 보기 프로젝트 열기: Grimoric/RunUO.T2A

공개 프로퍼티들

프로퍼티 타입 설명
ClassicMode bool
SuspendOnMurder bool

공개 메소드들

메소드 설명
Initialize ( ) : void
IsEmptyHanded ( Mobile from ) : bool
IsInGuild ( Mobile m ) : bool
IsInnocentTo ( Mobile from, Mobile to ) : bool
OnUse ( Mobile m ) : System.TimeSpan

메소드 상세

Initialize() 공개 정적인 메소드

public static Initialize ( ) : void
리턴 void

IsEmptyHanded() 공개 정적인 메소드

public static IsEmptyHanded ( Mobile from ) : bool
from Mobile
리턴 bool

IsInGuild() 공개 정적인 메소드

public static IsInGuild ( Mobile m ) : bool
m Mobile
리턴 bool

IsInnocentTo() 공개 정적인 메소드

public static IsInnocentTo ( Mobile from, Mobile to ) : bool
from Mobile
to Mobile
리턴 bool

OnUse() 공개 정적인 메소드

public static OnUse ( Mobile m ) : System.TimeSpan
m Mobile
리턴 System.TimeSpan

프로퍼티 상세

ClassicMode 공개적으로 정적으로 프로퍼티

public static bool ClassicMode
리턴 bool

SuspendOnMurder 공개적으로 정적으로 프로퍼티

public static bool SuspendOnMurder
리턴 bool