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

◆ ReadDeathParams()

static bool DayZPlayerSyncJunctures::ReadDeathParams ( ParamsReadContext pCtx,
out int pType,
out float pHitDir )
inlinestaticprivate

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

75 {
76 if (!pCtx.Read(pType))
77 return false;
78 if (!pCtx.Read(pHitDir))
79 return false;
80
81 return true;
82 }
proto bool Read(void value_in)

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

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