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

◆ RemoveActiveNV()

void ManBase::RemoveActiveNV ( int type)
inlineprotected

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

8887 {
8888 if (!m_ActiveNVTypes || (GetGame().IsMultiplayer() && GetGame().IsServer()))
8889 {
8890 #ifdef DEVELOPER
8891 Error("RemoveActiveNV | illegal server-side call!");
8892 #endif
8893
8894 return;
8895 }
8896
8897 if (m_ActiveNVTypes.Find(type) != -1)
8898 m_ActiveNVTypes.RemoveItem(type);
8899 }
ref array< int > m_ActiveNVTypes
Определения PlayerBase.c:268
proto native CGame GetGame()
void Error(string err)
Messagebox with error message.
Определения EnDebug.c:90

Перекрестные ссылки Error(), GetGame() и m_ActiveNVTypes.