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

Method SendRawDisplay

core/MenuStyle_Radio.cpp:441–447  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

439}
440
441void CRadioDisplay::SendRawDisplay(int client, unsigned int time)
442{
443 int _sel_keys = (keys == 0) ? (1<<9) : keys;
444 CRadioMenuPlayer *pPlayer = g_RadioMenuStyle.GetRadioMenuPlayer(client);
445 pPlayer->Radio_Init(_sel_keys, m_Title.c_str(), m_BufferText.c_str());
446 pPlayer->Radio_Refresh();
447}
448
449void CRadioMenuPlayer::Radio_SetIndex(unsigned int index)
450{

Callers 1

SendDisplayMethod · 0.45

Calls 4

GetRadioMenuPlayerMethod · 0.80
Radio_InitMethod · 0.80
Radio_RefreshMethod · 0.80
c_strMethod · 0.45

Tested by

no test coverage detected