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

Method DisplayAtItem

core/MenuStyle_Valve.cpp:397–409  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

395}
396
397bool CValveMenu::DisplayAtItem(int client,
398 unsigned int time,
399 unsigned int start_item,
400 IMenuHandler *alt_handler/* =NULL */)
401{
402 if (m_bCancelling)
403 {
404 return false;
405 }
406
407 AutoHandleRooter ahr(this->GetHandle());
408 return g_ValveMenuStyle.DoClientMenu(client, this, start_item, alt_handler ? alt_handler : m_pHandler, time);
409}
410
411IMenuPanel *CValveMenu::CreatePanel()
412{

Callers 4

DisplayMenuAtItemFunction · 0.45
DisplayMenuMethod · 0.45
DisplayMenuAtCategoryMethod · 0.45
DisplayCategoryMethod · 0.45

Calls 2

GetHandleMethod · 0.45
DoClientMenuMethod · 0.45

Tested by

no test coverage detected