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

◆ RemoveActiveNV()

void ManBase::RemoveActiveNV ( int type)
inlineprotected

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

8789 {
8790 if (!m_ActiveNVTypes || (GetGame().IsMultiplayer() && GetGame().IsServer()))
8791 {
8792 #ifdef DEVELOPER
8793 Error("RemoveActiveNV | illegal server-side call!");
8794 #endif
8795
8796 return;
8797 }
8798
8799 if (m_ActiveNVTypes.Find(type) != -1)
8800 m_ActiveNVTypes.RemoveItem(type);
8801 }
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.