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

◆ ResetADSPlayerSync()

bool ManBase::ResetADSPlayerSync ( int userDataType,
ParamsReadContext ctx )
inlineprotected

server only

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

2639 {
2640 if (userDataType == INPUT_UDT_RESET_ADS)
2641 {
2642 ScriptJunctureData pCtx = new ScriptJunctureData;
2643 SendSyncJuncture(DayZPlayerSyncJunctures.SJ_ADS_RESET,pCtx);
2644 return true;
2645 }
2646
2647 return false;
2648 }
const int INPUT_UDT_RESET_ADS
proto native void SendSyncJuncture(int pJunctureID, ParamsWriteContext ctx)
-------------— sync stuff ----------------------—

Перекрестные ссылки INPUT_UDT_RESET_ADS, SendSyncJuncture() и DayZPlayerSyncJunctures::SJ_ADS_RESET.

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