Micropolis
BuildingProperties Class Reference

#include <tool.h>

Public Member Functions

 BuildingProperties (int xs, int ys, MapTile base, EditingTool tool, std::string tName, bool anim)
 

Public Attributes

const int sizeX
 Number of tiles in horizontal direction.
 
const int sizeY
 Number of tiles in vertical direction.
 
const MapTile baseTile
 Tile value at top-left in the map.
 
const EditingTool tool
 Tool needed for making the building.
 
std::string toolName
 
const bool buildingIsAnimated
 Building has animated tiles.
 

Detailed Description

Properties of a building with respect to its construction.

Definition at line 323 of file tool.h.

Member Data Documentation

◆ toolName

std::string BuildingProperties::toolName

Name of the tool needed for making the building.

Definition at line 338 of file tool.h.

Referenced by Micropolis::buildBuildingTool().


The documentation for this class was generated from the following files: