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

Method SendDisplay

core/MenuStyle_Radio.cpp:224–228  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

222}
223
224void CRadioStyle::SendDisplay(int client, IMenuPanel *display)
225{
226 CRadioDisplay *rDisplay = (CRadioDisplay *)display;
227 rDisplay->SendRawDisplay(client, m_players[client].menuHoldTime);
228}
229
230IMenuPanel *CRadioStyle::CreatePanel()
231{

Callers

nothing calls this directly

Calls 2

SendRawDisplayMethod · 0.45
DoClientMenuMethod · 0.45

Tested by

no test coverage detected