Documentation ¶
Index ¶
- type Grid
- func (g *Grid) GetBitMapAddr(m *api.ImageData, ptr point.Pointer) (int, int)
- func (g *Grid) GetBitMapData(m *api.ImageData, p point.Pointer) int
- func (g *Grid) GetMapAddr(m *api.ImageData, ptr point.Pointer) int
- func (g *Grid) GetMapData(m *api.ImageData, p point.Pointer) int
- func (g *Grid) HeightAt(p point.Pointer) float64
- func (g *Grid) IsBuildable(p point.Pointer) bool
- func (g *Grid) IsCreep(p point.Pointer) bool
- func (g *Grid) IsExplored(p point.Pointer) bool
- func (g *Grid) IsPathable(p point.Pointer) bool
- func (g *Grid) IsPathableFast(x, y int) bool
- func (g *Grid) IsVisible(ptr point.Pointer) bool
- func (g *Grid) Lock()
- func (g *Grid) Renew(startRaw *api.StartRaw, mapState *api.MapState)
- func (g *Grid) SetBuildable(p point.Pointer, buildable bool)
- func (g *Grid) SetPathable(p point.Pointer, pathable bool)
- func (g *Grid) Unlock()
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
Click to show internal directories.
Click to hide internal directories.