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

◆ RequestResetADSSync()

void ManBase::RequestResetADSSync ( )
inlineprotected

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

2493 {
2494 if (GetInstanceType() == DayZPlayerInstanceType.INSTANCETYPE_CLIENT && GetGame().IsMultiplayer())
2495 {
2496 m_ProcessResetADS = true;
2498 }
2499 else if (!GetGame().IsMultiplayer())
2500 {
2501 m_ResetADS = true;
2502 }
2503 }
void ProcessADSSyncResetRequest()
Определения PlayerBase.c:2505
DayZPlayerInstanceType
defined in C++
Определения dayzplayer.c:1068
proto native DayZPlayerInstanceType GetInstanceType()
proto native CGame GetGame()

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