Documentation ¶
Overview ¶
Package automap provides access to a mini-map of the game.
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var ( // Enabled specifies whether the automap is enabled. // // ref: 0x4B7E48 Enabled = new(bool) // Discovered tracks the explored areas of the map. // // ref: 0x4B7E6C Discovered = new([40][40]bool) )
Global variables.
Functions ¶
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.