MCPcopy Create free account
hub / github.com/alliedmodders/sourcemod / Display

Method Display

core/MenuStyle_Valve.cpp:392–395  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

390}
391
392bool CValveMenu::Display(int client, unsigned int time, IMenuHandler *alt_handler)
393{
394 return DisplayAtItem(client, time, 0, alt_handler);
395}
396
397bool CValveMenu::DisplayAtItem(int client,
398 unsigned int time,

Callers 7

StartVoteMethod · 0.45
RedrawToClientMethod · 0.45
DisplayMenuFunction · 0.45
DisplayMenuMethod · 0.45
DisplayCategoryMethod · 0.45
OnMenuSelectMethod · 0.45
ShowSettingsMenuFunction · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected