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

◆ SetLiftWeapon() [2/2]

void ManBase::SetLiftWeapon ( int pJunctureID,
ParamsReadContext ctx )
inlineprotected

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

8404 {
8405 bool state;
8406 float obstruct;
8407 ctx.Read(state);
8408 ctx.Read(obstruct);
8409
8410 SetLiftWeapon(state, obstruct);
8411
8412 //Print("SetLiftWeapon | STS: " + GetSimulationTimeStamp());
8413 }
void SetLiftWeapon(int pJunctureID, ParamsReadContext ctx)
Определения PlayerBase.c:8403
proto bool Read(void value_in)

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

Используется в OnSyncJuncture(), ReadLiftWeaponRequest() и SetLiftWeapon().