OpenTTD Source  20241108-master-g80f628063a
news_cmd.h File Reference

Command definitions related to news messages. More...

#include "command_type.h"
#include "company_type.h"
#include "news_type.h"

Go to the source code of this file.

Functions

CommandCost CmdCustomNewsItem (DoCommandFlag flags, NewsType type, NewsReferenceType reftype1, CompanyID company, uint32_t reference, const std::string &text)
 Create a new custom news item. More...
 

Detailed Description

Command definitions related to news messages.

Definition in file news_cmd.h.

Function Documentation

◆ CmdCustomNewsItem()