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

◆ SendBrokenLegs()

static void DayZPlayerSyncJunctures::SendBrokenLegs ( DayZPlayer pPlayer,
bool canPlaySound,
eBrokenLegs currentState,
eBrokenLegs localState )
inlinestaticprivate

BrokenLegs

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

371 {
372 ScriptJunctureData ctx = new ScriptJunctureData;
373 ctx.Write(canPlaySound);
374 ctx.Write(currentState);
375 ctx.Write(localState);
376
377 pPlayer.SendSyncJuncture(SJ_BROKEN_LEGS, ctx);
378 }
static const int SJ_BROKEN_LEGS
Определения DayZPlayerSyncJunctures.c:27
proto bool Write(void value_out)

Перекрестные ссылки SJ_BROKEN_LEGS и Serializer::Write().