DayZ 1.27
DayZ Explorer by KGB
 
Загрузка...
Поиск...
Не найдено

◆ OnRequestReceived() [2/2]

void PluginBase::OnRequestReceived ( PlayerBase player,
bool enable )
inlineprotected

См. определение в файле PluginUniversalTemperatureSourceServer.c строка 98

99 {
100 int index = m_ClientList.Find(player);
101
102 if (enable)
103 {
104 m_ClientList.Insert(player);
105 }
106 else if (index != -1 && m_ClientList.Count() > 0)
107 {
108 m_ClientList.Remove(index);
109 }
110 }
ref set< PlayerBase > m_ClientList
Определения PluginRemotePlayerDebugServer.c:3

Перекрестные ссылки m_ClientList.