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

◆ SetLiftWeapon() [2/2]

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

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

8154 {
8155 bool state;
8156 float obstruct;
8157 ctx.Read(state);
8158 ctx.Read(obstruct);
8159
8160 SetLiftWeapon(state, obstruct);
8161
8162 //Print("SetLiftWeapon | STS: " + GetSimulationTimeStamp());
8163 }
void SetLiftWeapon(int pJunctureID, ParamsReadContext ctx)
Определения PlayerBase.c:8153
proto bool Read(void value_in)

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

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