Freeciv21
Develop your civilization from humble roots to a global empire
tileset_option Struct Reference

Tileset options allow altering the behavior of a tileset. More...

#include <tilespec.h>

Public Attributes

QString description
 One-line description for use in the UI (translated) More...
 
bool enabled
 
bool enabled_by_default
 < Current status More...
 

Detailed Description

Tileset options allow altering the behavior of a tileset.

Definition at line 64 of file tilespec.h.

Member Data Documentation

◆ description

QString tileset_option::description

One-line description for use in the UI (translated)

Definition at line 66 of file tilespec.h.

◆ enabled

bool tileset_option::enabled

Definition at line 67 of file tilespec.h.

◆ enabled_by_default

bool tileset_option::enabled_by_default

< Current status

Default status

Definition at line 68 of file tilespec.h.