C# Class Server.TileMatrixPatch

Show file Open project: Grimoric/RunUO.T2A Class Usage Examples

Public Methods

Method Description
TileMatrixPatch ( Server.TileMatrix matrix, int index ) : System.IO

Private Methods

Method Description
PatchLand ( Server.TileMatrix matrix, string dataPath, string indexPath ) : int
PatchStatics ( Server.TileMatrix matrix, string dataPath, string indexPath, string lookupPath ) : int

Method Details

TileMatrixPatch() public method

public TileMatrixPatch ( Server.TileMatrix matrix, int index ) : System.IO
matrix Server.TileMatrix
index int
return System.IO