C# 클래스 Ultima.RadarCol

파일 보기 프로젝트 열기: polserver/poltools 1 사용 예제들

공개 메소드들

메소드 설명
ExportToCSV ( string FileName ) : void
GetItemColor ( int index ) : short
GetLandColor ( int index ) : short
ImportFromCSV ( string FileName ) : void
Initialize ( ) : void
Save ( string FileName ) : void
SetItemColor ( int index, short value ) : void
SetLandColor ( int index, short value ) : void

비공개 메소드들

메소드 설명
ConvertStringToInt ( string text ) : int
RadarCol ( ) : System

메소드 상세

ExportToCSV() 공개 정적인 메소드

public static ExportToCSV ( string FileName ) : void
FileName string
리턴 void

GetItemColor() 공개 정적인 메소드

public static GetItemColor ( int index ) : short
index int
리턴 short

GetLandColor() 공개 정적인 메소드

public static GetLandColor ( int index ) : short
index int
리턴 short

ImportFromCSV() 공개 정적인 메소드

public static ImportFromCSV ( string FileName ) : void
FileName string
리턴 void

Initialize() 공개 정적인 메소드

public static Initialize ( ) : void
리턴 void

Save() 공개 정적인 메소드

public static Save ( string FileName ) : void
FileName string
리턴 void

SetItemColor() 공개 정적인 메소드

public static SetItemColor ( int index, short value ) : void
index int
value short
리턴 void

SetLandColor() 공개 정적인 메소드

public static SetLandColor ( int index, short value ) : void
index int
value short
리턴 void