OpenTTD Source
20241108-master-g80f628063a
|
Command definitions related to viewports. More...
Go to the source code of this file.
Functions | |
CommandCost | CmdScrollViewport (DoCommandFlag flags, TileIndex tile, ViewportScrollTarget target, uint32_t ref) |
Scroll players main viewport. More... | |
Command definitions related to viewports.
Definition in file viewport_cmd.h.
CommandCost CmdScrollViewport | ( | DoCommandFlag | flags, |
TileIndex | tile, | ||
ViewportScrollTarget | target, | ||
uint32_t | ref | ||
) |
Scroll players main viewport.
flags | type of operation |
tile | tile to center viewport on |
target | ViewportScrollTarget of scroll target |
ref | company or client id depending on the target |
Definition at line 3549 of file viewport.cpp.
References _current_company, _local_company, _network_own_client_id, CMD_ERROR, DC_EXEC, OWNER_DEITY, ResetObjectToPlace(), ScrollMainWindowToTile(), VST_CLIENT, VST_COMPANY, and VST_EVERYONE.