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

◆ AddActiveNV()

void ManBase::AddActiveNV ( int type)
inlineprotected

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

8774 {
8775 if (!m_ActiveNVTypes || (GetGame().IsMultiplayer() && GetGame().IsServer()))
8776 {
8777 #ifdef DEVELOPER
8778 Error("AddActiveNV | illegal server-side call!");
8779 #endif
8780
8781 return;
8782 }
8783
8784 if (m_ActiveNVTypes.Find(type) == -1)
8785 m_ActiveNVTypes.Insert(type);
8786 }
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().