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

◆ RequestResetADSSync()

void ManBase::RequestResetADSSync ( )
inlineprotected

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

2613 {
2614 if (GetInstanceType() == DayZPlayerInstanceType.INSTANCETYPE_CLIENT && g_Game.IsMultiplayer())
2615 {
2616 m_ProcessResetADS = true;
2618 }
2619 else if (!g_Game.IsMultiplayer())
2620 {
2621 m_ResetADS = true;
2622 }
2623 }
DayZGame g_Game
Определения DayZGame.c:3942
void ProcessADSSyncResetRequest()
Определения PlayerBase.c:2625
DayZPlayerInstanceType
defined in C++
Определения dayzplayer.c:1071
proto native DayZPlayerInstanceType GetInstanceType()

Перекрестные ссылки g_Game, GetInstanceType() и ProcessADSSyncResetRequest().