Home
last modified time | relevance | path

Searched refs:NETWORK_ACTION_GIVE_MONEY (Results 1 – 3 of 3) sorted by relevance

/dports/games/openttd/openttd-12.1/src/network/
H A Dnetwork_type.h106 NETWORK_ACTION_GIVE_MONEY, enumerator
H A Dnetwork.cpp247 case NETWORK_ACTION_GIVE_MONEY: strid = STR_NETWORK_MESSAGE_GIVE_MONEY; break; in NetworkTextMessage()
/dports/games/openttd/openttd-12.1/src/
H A Dcompany_cmd.cpp1222 …NetworkTextMessage(NETWORK_ACTION_GIVE_MONEY, GetDrawStringCompanyColour(_current_company), false,… in CmdGiveMoney()