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

◆ ReadLiftWeaponRequest()

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

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

8393 {
8394 bool state;
8395 float obstruct;
8396 ctx.Read(state);
8397 ctx.Read(obstruct);
8398 SetLiftWeapon(state, obstruct);
8399
8400 return true;
8401 }
void SetLiftWeapon(int pJunctureID, ParamsReadContext ctx)
Определения PlayerBase.c:8403
proto bool Read(void value_in)

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

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