프로퍼티 | 타입 | 설명 | |
---|---|---|---|
Custom | |||
Felucca | |||
Ilshenar | |||
Malas | |||
TerMur | |||
Tokuno | |||
Trammel |
메소드 | 설명 | |
---|---|---|
DefragStatics ( string path, |
||
GetImage ( int x, int y, int width, int height ) : |
Returns Bitmap with Statics
|
|
GetImage ( int x, int y, int width, int height, bool statics ) : |
Returns Bitmap
|
|
GetImage ( int x, int y, int width, int height, |
Draws in given Bitmap with Statics
|
|
GetImage ( int x, int y, int width, int height, |
Draws in given Bitmap
|
|
IsCached ( bool statics ) : bool | ||
Map ( int fileIndex, int mapID, int width, int height ) : System | ||
Map ( string path, int fileIndex, int mapID, int width, int height ) : System | ||
PreloadRenderedBlock ( int x, int y, bool statics ) : void | ||
Reload ( ) : void |
Sets cache-vars to null
|
|
ReportInvalidMapIDs ( string reportfile ) : void | ||
ReportInvisStatics ( string reportfile ) : void | ||
ResetCache ( ) : void | ||
RewriteMap ( string path, int map, int width, int height ) : void | ||
StartUpSetDiff ( bool value ) : void |
메소드 | 설명 | |
---|---|---|
GetRenderedBlock ( int x, int y, bool statics ) : short[] | ||
RenderBlock ( int x, int y, bool drawStatics, bool diff ) : short[] |
public static DefragStatics ( string path, |
||
path | string | |
map | ||
width | int | |
height | int | |
remove | bool | |
리턴 | void |
public GetImage ( int x, int y, int width, int height ) : |
||
x | int | 8x8 Block |
y | int | 8x8 Block |
width | int | 8x8 Block |
height | int | 8x8 Block |
리턴 |
public GetImage ( int x, int y, int width, int height, bool statics ) : |
||
x | int | 8x8 Block |
y | int | 8x8 Block |
width | int | 8x8 Block |
height | int | 8x8 Block |
statics | bool | 8x8 Block |
리턴 |
public GetImage ( int x, int y, int width, int height, |
||
x | int | 8x8 Block |
y | int | 8x8 Block |
width | int | 8x8 Block |
height | int | 8x8 Block |
bmp | 8x8 Block | |
리턴 | void |
public GetImage ( int x, int y, int width, int height, |
||
x | int | 8x8 Block |
y | int | 8x8 Block |
width | int | 8x8 Block |
height | int | 8x8 Block |
bmp | ||
statics | bool | |
리턴 | void |
public Map ( int fileIndex, int mapID, int width, int height ) : System | ||
fileIndex | int | |
mapID | int | |
width | int | |
height | int | |
리턴 | System |
public Map ( string path, int fileIndex, int mapID, int width, int height ) : System | ||
path | string | |
fileIndex | int | |
mapID | int | |
width | int | |
height | int | |
리턴 | System |
public PreloadRenderedBlock ( int x, int y, bool statics ) : void | ||
x | int | |
y | int | |
statics | bool | |
리턴 | void |
public ReportInvalidMapIDs ( string reportfile ) : void | ||
reportfile | string | |
리턴 | void |
public ReportInvisStatics ( string reportfile ) : void | ||
reportfile | string | |
리턴 | void |
public static RewriteMap ( string path, int map, int width, int height ) : void | ||
path | string | |
map | int | |
width | int | |
height | int | |
리턴 | void |