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

◆ ResetADSPlayerSync()

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

server only

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

2519 {
2520 if (userDataType == INPUT_UDT_RESET_ADS)
2521 {
2522 ScriptJunctureData pCtx = new ScriptJunctureData;
2523 SendSyncJuncture(DayZPlayerSyncJunctures.SJ_ADS_RESET,pCtx);
2524 return true;
2525 }
2526
2527 return false;
2528 }
const int INPUT_UDT_RESET_ADS
Определения _constants.c:17
proto native void SendSyncJuncture(int pJunctureID, ParamsWriteContext ctx)
-------------— sync stuff ----------------------—

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

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