OpenTTD Source 20250312-master-gcdcc6b491d
news_cmd.h File Reference

Command definitions related to news messages. More...

#include "command_func.h"
#include "company_type.h"
#include "news_func.h"

Go to the source code of this file.

Functions

CommandCost CmdCustomNewsItem (DoCommandFlags flags, NewsType type, CompanyID company, NewsReference reference, const EncodedString &text)
 Create a new custom news item.
 

Detailed Description

Command definitions related to news messages.

Definition in file news_cmd.h.

Function Documentation

◆ CmdCustomNewsItem()