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

◆ ReadPlayerFBModifier()

static bool DayZPlayerSyncJunctures::ReadPlayerFBModifier ( ParamsReadContext pCtx,
out int type )
inlinestaticprivate

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

200 {
201 if ( !pCtx.Read(type) )
202 return false; // error
203 return true;
204 }
proto bool Read(void value_in)

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