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

◆ ResetADSPlayerSync()

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

server only

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

2510 {
2511 if (userDataType == INPUT_UDT_RESET_ADS)
2512 {
2513 ScriptJunctureData pCtx = new ScriptJunctureData;
2514 SendSyncJuncture(DayZPlayerSyncJunctures.SJ_ADS_RESET,pCtx);
2515 return true;
2516 }
2517
2518 return false;
2519 }
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().