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...
enum  { MAX_LENGTH_PRESIDENT_NAME_BYTES = 31, MAX_LENGTH_PRESIDENT_NAME_PIXELS = 94, MAX_LENGTH_COMPANY_NAME_BYTES = 31, MAX_LENGTH_COMPANY_NAME_PIXELS = 150 }
enum  { MAX_HISTORY_MONTHS = 24 }

Functions

 DECLARE_POSTFIX_INCREMENT (Owner)

Detailed Description

Types related to companies.

Definition in file company_type.h.


Enumeration Type Documentation

anonymous enum
Enumerator:
MAX_LENGTH_PRESIDENT_NAME_BYTES 

The maximum length of a president name in bytes including ''.

MAX_LENGTH_PRESIDENT_NAME_PIXELS 

The maximum length of a president name in pixels.

MAX_LENGTH_COMPANY_NAME_BYTES 

The maximum length of a company name in bytes including ''.

MAX_LENGTH_COMPANY_NAME_PIXELS 

The maximum length of a company name in pixels.

Definition at line 40 of file company_type.h.

anonymous enum
Enumerator:
MAX_HISTORY_MONTHS 

The maximum number of months kept as performance's history.

Definition at line 47 of file company_type.h.

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 Sun Nov 14 14:42:01 2010 for OpenTTD by  doxygen 1.6.1