company_type.h File Reference

Types related to companies. More...

#include "core/enum_type.hpp"

Go to the source code of this file.

Data Structures

struct  EnumPropsT< Owner >
 Define basic enum properties. More...

Typedefs

typedef TinyEnumT< OwnerOwnerByte
typedef Owner CompanyID
typedef OwnerByte CompanyByte
typedef uint16 CompanyMask
typedef uint32 CompanyManagerFace
 Company manager face bits, info see in company_manager_face.h.

Enumerations

enum  Owner {
  OWNER_BEGIN = 0x00, COMPANY_FIRST = 0x00, MAX_COMPANIES = 0x0F, OWNER_TOWN = 0x0F,
  OWNER_NONE = 0x10, OWNER_WATER = 0x11, OWNER_END, INVALID_OWNER = 0xFF,
  INVALID_COMPANY = 0xFF, COMPANY_INACTIVE_CLIENT = 253, COMPANY_NEW_COMPANY = 254, COMPANY_SPECTATOR = 255
}
 

Enum for all companies/owners.

More...

Variables

static const uint MAX_LENGTH_PRESIDENT_NAME_CHARS = 31
 The maximum length of a president name in characters including ''.
static const uint MAX_LENGTH_PRESIDENT_NAME_PIXELS = 94
 The maximum length of a president name in pixels.
static const uint MAX_LENGTH_COMPANY_NAME_CHARS = 32
 The maximum length of a company name in characters including ''.
static const uint MAX_LENGTH_COMPANY_NAME_PIXELS = 150
 The maximum length of a company name in pixels.
static const uint MAX_HISTORY_MONTHS = 24
 The maximum number of months kept as performance's history.

Detailed Description

Types related to companies.

Definition in file company_type.h.


Enumeration Type Documentation

enum Owner

Enum for all companies/owners.

Enumerator:
OWNER_BEGIN 

First owner.

COMPANY_FIRST 

First company, same as owner.

MAX_COMPANIES 

Maximum number of companies.

OWNER_TOWN 

A town owns the tile, or a town is expanding.

OWNER_NONE 

The tile has no ownership.

OWNER_WATER 

The tile/execution is done by "water".

OWNER_END 

Last + 1 owner.

INVALID_OWNER 

An invalid owner.

INVALID_COMPANY 

An invalid company.

COMPANY_INACTIVE_CLIENT 

The client is joining.

COMPANY_NEW_COMPANY 

The client wants a new company.

COMPANY_SPECTATOR 

The client is spectating.

Definition at line 20 of file company_type.h.


Generated on Fri Dec 31 17:15:43 2010 for OpenTTD by  doxygen 1.6.1