C# 클래스 Server.Misc.Profile

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

공개 메소드들

메소드 설명
EventSink_ChangeProfileRequest ( ChangeProfileRequestEventArgs e ) : void
EventSink_ProfileRequest ( ProfileRequestEventArgs e ) : void
Format ( double value, string format, string &op ) : bool
Initialize ( ) : void

비공개 메소드들

메소드 설명
GetAccountDuration ( Mobile m ) : string

메소드 상세

EventSink_ChangeProfileRequest() 공개 정적인 메소드

public static EventSink_ChangeProfileRequest ( ChangeProfileRequestEventArgs e ) : void
e ChangeProfileRequestEventArgs
리턴 void

EventSink_ProfileRequest() 공개 정적인 메소드

public static EventSink_ProfileRequest ( ProfileRequestEventArgs e ) : void
e ProfileRequestEventArgs
리턴 void

Format() 공개 정적인 메소드

public static Format ( double value, string format, string &op ) : bool
value double
format string
op string
리턴 bool

Initialize() 공개 정적인 메소드

public static Initialize ( ) : void
리턴 void