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

◆ OnClientReadyEvent()

void MissionBase::OnClientReadyEvent ( PlayerIdentity identity,
PlayerBase player )
inlineprotected

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

587 {
588 g_Game.SelectPlayer(identity, player);
589
590 #ifdef DIAG_DEVELOPER
591 if (FeatureTimeAccel.m_CurrentTimeAccel)
592 {
593 g_Game.RPCSingleParam(player, ERPCs.DIAG_TIMEACCEL_CLIENT_SYNC, FeatureTimeAccel.m_CurrentTimeAccel, true, identity);
594 }
595 #endif
596 }
DayZGame g_Game
Определения DayZGame.c:3942
ERPCs
Определения ERPCs.c:2

Перекрестные ссылки g_Game.

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