OpenTTD Source  20240917-master-g9ab0a47812
object.h
Go to the documentation of this file.
1 /*
2  * This file is part of OpenTTD.
3  * OpenTTD is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation, version 2.
4  * OpenTTD is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
5  * See the GNU General Public License for more details. You should have received a copy of the GNU General Public License along with OpenTTD. If not, see <http://www.gnu.org/licenses/>.
6  */
7 
10 #ifndef OBJECT_H
11 #define OBJECT_H
12 
13 #include "tile_type.h"
14 #include "company_type.h"
15 #include "object_type.h"
16 
17 void UpdateCompanyHQ(TileIndex tile, uint score);
18 
19 void BuildObject(ObjectType type, TileIndex tile, CompanyID owner = OWNER_NONE, struct Town *town = nullptr, uint8_t view = 0);
20 
22 
23 #endif /* OBJECT_H */
BuildObject
void BuildObject(ObjectType type, TileIndex tile, CompanyID owner=OWNER_NONE, struct Town *town=nullptr, uint8_t view=0)
Actually build the object.
Definition: object_cmd.cpp:88
Owner
Owner
Enum for all companies/owners.
Definition: company_type.h:18
StrongType::Typedef< uint32_t, struct TileIndexTag, StrongType::Compare, StrongType::Integer, StrongType::Compatible< int32_t >, StrongType::Compatible< int64_t > >
UpdateCompanyHQ
void UpdateCompanyHQ(TileIndex tile, uint score)
Update the CompanyHQ to the state associated with the given score.
Definition: object_cmd.cpp:162
OWNER_NONE
@ OWNER_NONE
The tile has no ownership.
Definition: company_type.h:25
ObjectType
uint16_t ObjectType
Types of objects.
Definition: object_type.h:14
tile_type.h
Town
Town data structure.
Definition: town.h:54
Window
Data structure for an opened window.
Definition: window_gui.h:276
ShowBuildObjectPicker
Window * ShowBuildObjectPicker()
Show our object picker.
Definition: object_gui.cpp:409
company_type.h
object_type.h