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

◆ SetLiftWeapon() [2/2]

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

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

8082 {
8083 bool state;
8084 ctx.Read(state);
8085
8086 SetLiftWeapon(state);
8087
8088 //Print("SetLiftWeapon | STS: " + GetSimulationTimeStamp());
8089 }
void SetLiftWeapon(int pJunctureID, ParamsReadContext ctx)
Определения PlayerBase.c:8081
proto bool Read(void value_in)

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

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