OpenTTD Source 20241224-master-gee860a5c8e
CommandDispatch Struct Reference

Data Fields

CommandDataBuffer(* Sanitize )(const CommandDataBuffer &)
 
void(* ReplaceClientId )(CommandPacket &, ClientID)
 
UnpackDispatchT Unpack
 

Detailed Description

Definition at line 129 of file network_command.cpp.

Field Documentation

◆ ReplaceClientId

void(* CommandDispatch::ReplaceClientId) (CommandPacket &, ClientID)

Definition at line 131 of file network_command.cpp.

◆ Sanitize

CommandDataBuffer(* CommandDispatch::Sanitize) (const CommandDataBuffer &)

Definition at line 130 of file network_command.cpp.

◆ Unpack

UnpackDispatchT CommandDispatch::Unpack

Definition at line 132 of file network_command.cpp.


The documentation for this struct was generated from the following file: