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

◆ AddActiveNV()

void ManBase::AddActiveNV ( int type)
inlineprotected

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

8872 {
8873 if (!m_ActiveNVTypes || (GetGame().IsMultiplayer() && GetGame().IsServer()))
8874 {
8875 #ifdef DEVELOPER
8876 Error("AddActiveNV | illegal server-side call!");
8877 #endif
8878
8879 return;
8880 }
8881
8882 if (m_ActiveNVTypes.Find(type) == -1)
8883 m_ActiveNVTypes.Insert(type);
8884 }
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.

Используется в SetNVGWorking().