Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface MapInfo

Information about a map

Hierarchy

  • MapInfo

Index

Properties

Properties

name

name: string

The name of the map.

size

size: number

The size of the map.

tiles

tiles: object

A table of the known tiles. For any tile at the coordinates (x, y), its index is x + y * size.

Type declaration

  • [index: number]: GroundTileData

Generated using TypeDoc