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

#include <cm.h>

Public Member Functions

cm_parameteroperator= (const cm_parameter &other)=default
 Copy assignment operator. More...
 

Public Attributes

int minimal_surplus [O_LAST]
 
bool max_growth
 
bool require_happy
 
bool allow_disorder
 
bool allow_specialists
 
int factor [O_LAST]
 
int happy_factor
 

Detailed Description

Definition at line 16 of file cm.h.

Member Function Documentation

◆ operator=()

cm_parameter& cm_parameter::operator= ( const cm_parameter other)
default

Copy assignment operator.

Parameters
otherObject being copied
Returns
Reference to *this

Member Data Documentation

◆ allow_disorder

◆ allow_specialists

◆ factor

◆ happy_factor

◆ max_growth

◆ minimal_surplus

◆ require_happy