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

◆ ReadLiftWeaponRequest()

bool ManBase::ReadLiftWeaponRequest ( int userDataType,
ParamsReadContext ctx )
inlineprotected

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

8143 {
8144 bool state;
8145 float obstruct;
8146 ctx.Read(state);
8147 ctx.Read(obstruct);
8148 SetLiftWeapon(state, obstruct);
8149
8150 return true;
8151 }
void SetLiftWeapon(int pJunctureID, ParamsReadContext ctx)
Определения PlayerBase.c:8153
proto bool Read(void value_in)

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

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