Documentation
¶
Overview ¶
Package map9 provides tools to access the information on areas in map-files within ARC-archives of Grim Dawn
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
Types ¶
type Area ¶
type Area interface {
// Name should return name of the area. It is supposed to never return
// empty string.
Name() string
// Width should return width of the area. It is supposed to never
// return zero.
Width() uint32
// Height should return height of the area. It is supposed to never
// return zero.
Height() uint32
}
Area is an abstract type of areas within map-files of Grim Dawn
Click to show internal directories.
Click to hide internal directories.