C# 클래스 Ultima.TileData

Contains lists of land and item tile data. LandData ItemData
파일 보기 프로젝트 열기: polserver/poltools 1 사용 예제들

공개 메소드들

메소드 설명
ConvertStringToInt ( string text ) : int
ExportItemDataToCSV ( string FileName ) : void

Exports ItemData to csv file

ExportLandDataToCSV ( string FileName ) : void

Exports LandData to csv file

ImportItemDataFromCSV ( string FileName ) : void
ImportLandDataFromCSV ( string FileName ) : void
Initialize ( ) : void
ReadNameString ( byte buffer ) : string
SaveTileData ( string FileName ) : void

Saves LandData and ItemData to tiledata.mul

비공개 메소드들

메소드 설명
ReadNameString ( BinaryReader bin ) : string
TileData ( ) : System

메소드 상세

ConvertStringToInt() 공개 정적인 메소드

public static ConvertStringToInt ( string text ) : int
text string
리턴 int

ExportItemDataToCSV() 공개 정적인 메소드

Exports ItemData to csv file
public static ExportItemDataToCSV ( string FileName ) : void
FileName string
리턴 void

ExportLandDataToCSV() 공개 정적인 메소드

Exports LandData to csv file
public static ExportLandDataToCSV ( string FileName ) : void
FileName string
리턴 void

ImportItemDataFromCSV() 공개 정적인 메소드

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

ImportLandDataFromCSV() 공개 정적인 메소드

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

Initialize() 공개 정적인 메소드

public static Initialize ( ) : void
리턴 void

ReadNameString() 공개 정적인 메소드

public static ReadNameString ( byte buffer ) : string
buffer byte
리턴 string

SaveTileData() 공개 정적인 메소드

Saves LandData and ItemData to tiledata.mul
public static SaveTileData ( string FileName ) : void
FileName string
리턴 void