Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface TerrainInfo

Interface representing data of one type of terrain

Hierarchy

Properties

Optional amount

amount: integer

Amount of resource which can be mined on this type of terrain

description

description: string

Description of this type of terrain

minable

minable: boolean

True if it is valid to perform action MINE on this terrain

name

name: string

Friendly name of the terrain

walkable

walkable: boolean

True if player can walk over this terrain, false otherwise

Generated using TypeDoc