Метод | Описание | |
---|---|---|
GetMapObject ( int index, MinimapType type ) : |
Gets minimap object image.
|
|
GetMapObject ( int index, int setindex ) : |
Gets minimap object image.
|
|
GetWall ( WallForm form, MinimapType type ) : |
Gets minimap wall image.
|
|
GetWall ( WallForm form, int setindex ) : |
Gets minimap wall image.
|
|
GetWall ( int index, MinimapType type ) : |
Gets minimap wall image.
|
|
GetWall ( int index, int setindex ) : |
Gets minimap wall image.
|
Метод | Описание | |
---|---|---|
GetObj ( int offset, int setindex ) : |
||
LoadCache ( int setindex ) : byte[] |
public static GetMapObject ( int index, MinimapType type ) : |
||
index | int | /// Object type index. /// |
type | MinimapType | /// Automap type. /// |
Результат |
public static GetMapObject ( int index, int setindex ) : |
||
index | int | /// Object type index. /// |
setindex | int | /// Automap type index. /// |
Результат |
public static GetWall ( WallForm form, MinimapType type ) : |
||
form | WallForm | /// Formation of wall. /// |
type | MinimapType | /// Automap type. /// |
Результат |
public static GetWall ( WallForm form, int setindex ) : |
||
form | WallForm | /// Formation of wall. /// |
setindex | int | /// Automap type index. /// |
Результат |
public static GetWall ( int index, MinimapType type ) : |
||
index | int | /// Formation of wall. /// |
type | MinimapType | /// Automap type. /// |
Результат |
public static GetWall ( int index, int setindex ) : |
||
index | int | /// Formation of wall. /// |
setindex | int | /// Automap type index. /// |
Результат |