Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type ItemData ¶
type ItemData struct { VNum int InventoryPocket enums.InventoryPocket }
type ItemDataStore ¶
type ItemDataStore struct {
// contains filtered or unexported fields
}
func NewItemDataStore ¶
func NewItemDataStore(loader ItemsLoader) (ItemDataStore, error)
func (ItemDataStore) SearchByVNum ¶
func (i ItemDataStore) SearchByVNum(vnum int) (entities.Item, error)
type ItemsLoader ¶
type MapDataStore ¶
type MapDataStore struct {
// contains filtered or unexported fields
}
func NewMapDataStore ¶
func NewMapDataStore(loader MapLoader) MapDataStore
func (MapDataStore) WalkabilityGrid ¶
func (m MapDataStore) WalkabilityGrid(mapID int) ([][]bool, error)
Click to show internal directories.
Click to hide internal directories.