Skip to content

Objects

Ben Smithers edited this page Mar 20, 2020 · 5 revisions

Home > Objects

The Objects script defines various classes of things to be placed on the map, but are not a part of the map.

Datatypes

  • Entity: the template class for objects existing on a map. All points of interest on a Hexmap are either instances of, or inherit from, this class.

  • Mobile: a template class for Entities which can move on a map.

  • Government: a template for those objects which have a government.

  • Settlement: a generic implementation of a place where people live. Inherits from Entity and Government.

  • Icons: an object maintaining several QPixIcons for use in GUIs.

Clone this wiki locally