C# 클래스 ScriptConstants, ualbion

Class ScriptConstants.
파일 보기 프로젝트 열기: csinkers/ualbion 1 사용 예제들

공개 메소드들

메소드 설명
BuildAdditionalEntryLabel ( ushort eventId ) : string
BuildChainLabel ( int chainNumber ) : string
BuildDummyLabel ( Guid, guid ) : string
IsDummyLabel ( string name ) : bool

메소드 상세

BuildAdditionalEntryLabel() 공개 정적인 메소드

public static BuildAdditionalEntryLabel ( ushort eventId ) : string
eventId ushort
리턴 string

BuildChainLabel() 공개 정적인 메소드

public static BuildChainLabel ( int chainNumber ) : string
chainNumber int
리턴 string

BuildDummyLabel() 공개 정적인 메소드

public static BuildDummyLabel ( Guid, guid ) : string
guid Guid,
리턴 string

IsDummyLabel() 공개 정적인 메소드

public static IsDummyLabel ( string name ) : bool
name string
리턴 bool