Home
last modified time | relevance | path

Searched refs:MessageExtendedCommand (Results 1 – 4 of 4) sorted by relevance

/dports/games/stratagus/stratagus-3.2.0/src/network/
H A Dnetwork.cpp580 ncq.Type = MessageExtendedCommand; in NetworkSendExtendedCommand()
759 case MessageExtendedCommand: // FIXME: ensure the sender is part of the command in IsAValidCommand()
984 Assert((ncq.Type & 0x7F) == MessageExtendedCommand); in NetworkExecCommand_ExtendedCommand()
1012 case MessageExtendedCommand: NetworkExecCommand_ExtendedCommand(ncq); break; in NetworkExecCommand()
1043 if (incommand.Type != MessageExtendedCommand) { in NetworkSendCommands()
/dports/games/wyrmgus/Wyrmgus-3.5.4/src/network/
H A Dnetwork.cpp579 ncq.Type = MessageExtendedCommand; in NetworkSendExtendedCommand()
758 case MessageExtendedCommand: // FIXME: ensure the sender is part of the command in IsAValidCommand()
972 Assert((ncq.Type & 0x7F) == MessageExtendedCommand); in NetworkExecCommand_ExtendedCommand()
1000 case MessageExtendedCommand: NetworkExecCommand_ExtendedCommand(ncq); break; in NetworkExecCommand()
1031 if (incommand.Type != MessageExtendedCommand) { in NetworkSendCommands()
/dports/games/stratagus/stratagus-3.2.0/src/include/
H A Dnet_message.h314 MessageExtendedCommand, /// Command is the next byte enumerator
/dports/games/wyrmgus/Wyrmgus-3.5.4/src/include/
H A Dnet_message.h331 MessageExtendedCommand, /// Command is the next byte enumerator