MCPcopy Create free account
hub / github.com/ValveSoftware/halflife / MsgFunc_ShowMenu

Method MsgFunc_ShowMenu

cl_dll/menu.cpp:238–291  ·  view source on GitHub ↗

Message handler for ShowMenu message takes four values: short: a bitfield of keys that are valid input char : the duration, in seconds, the menu should stay up. -1 means is stays until something is chosen. byte : a boolean, TRUE if there is more string yet to be received before displaying the menu, FALSE if it's the last string string: menu string to display if this message is never received, then

Source from the content-addressed store, hash-verified

source not stored for this graph (policy: none)

Callers

nothing calls this directly

Calls 7

BEGIN_READFunction · 0.85
READ_SHORTFunction · 0.85
READ_CHARFunction · 0.85
READ_BYTEFunction · 0.85
READ_STRINGFunction · 0.85
KB_ConvertStringFunction · 0.70

Tested by

no test coverage detected