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

◆ ReadBrokenLegsParamsEx()

static bool DayZPlayerSyncJunctures::ReadBrokenLegsParamsEx ( ParamsReadContext pCtx,
out int currentState )
inlinestaticprivate

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

401 {
402 if ( !pCtx.Read(currentState) )
403 return false;
404
405 return true;
406 }
proto bool Read(void value_in)

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

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