10 #ifndef VIEWPORT_CMD_H
11 #define VIEWPORT_CMD_H
Common return value for all commands.
Types related to commands.
@ CMDT_OTHER_MANAGEMENT
Renaming stuff, changing company colours, placing signs, etc.
DoCommandFlag
List of flags for a command.
@ CMD_SCROLL_VIEWPORT
scroll main viewport of players
@ CMD_DEITY
the command may be executed by COMPANY_DEITY
CommandCost CmdScrollViewport(DoCommandFlag flags, TileIndex tile, ViewportScrollTarget target, uint32_t ref)
Scroll players main viewport.
Types related to viewports.
ViewportScrollTarget
Target of the viewport scrolling GS method.