MCPcopy Create free account
hub / github.com/DescentDevelopers/Descent3 / StartHUDInputMessage

Function StartHUDInputMessage

Descent3/hudmessage.cpp:706–712  ·  view source on GitHub ↗

Called when the player hit the Multiplayer message key. Puts the player in input mode, or if already inputting resets the hud input message.

Source from the content-addressed store, hash-verified

704// Called when the player hit the Multiplayer message key.
705// Puts the player in input mode, or if already inputting resets the hud input message.
706void StartHUDInputMessage() {
707 HudInputMessage[0] = 0;
708 Doing_input_message = HUD_MESSAGE_GENERAL;
709 HudInputMessageLen = 0;
710 SuspendControls();
711 MultiSendRequestTypeIcon(true);
712}
713
714// Called when the player hits the Multiplayer team-message key.
715// Puts the player in input mode, or if already inputting resets the hud input message.

Callers 3

ProcessNormalKeyFunction · 0.85
StartTeamHUDInputMessageFunction · 0.85
DoHUDInputMessageKeyFunction · 0.85

Calls 2

SuspendControlsFunction · 0.85
MultiSendRequestTypeIconFunction · 0.85

Tested by

no test coverage detected