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

◆ RequestResetADSSync()

void ManBase::RequestResetADSSync ( )
inlineprotected

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

2484 {
2485 if (GetInstanceType() == DayZPlayerInstanceType.INSTANCETYPE_CLIENT && GetGame().IsMultiplayer())
2486 {
2487 m_ProcessResetADS = true;
2489 }
2490 else if (!GetGame().IsMultiplayer())
2491 {
2492 m_ResetADS = true;
2493 }
2494 }
void ProcessADSSyncResetRequest()
Определения PlayerBase.c:2496
DayZPlayerInstanceType
defined in C++
Определения dayzplayer.c:1068
proto native DayZPlayerInstanceType GetInstanceType()
proto native CGame GetGame()

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