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

◆ ReadDamageHitParamsEx()

static bool DayZPlayerSyncJunctures::ReadDamageHitParamsEx ( ParamsReadContext pCtx,
out SyncHitInfo pData )
inlinestaticprivate

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

133 {
134 if (!pCtx.Read(pData))
135 return false;
136 return true;
137 }
proto bool Read(void value_in)

Перекрестные ссылки Serializer::Read().

Используется в DayZPlayer::OnSyncJuncture().