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

◆ SendBrokenLegsEx()

static void DayZPlayerSyncJunctures::SendBrokenLegsEx ( DayZPlayer pPlayer,
int currentState )
inlinestaticprivate

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

393 {
394 ScriptJunctureData ctx = new ScriptJunctureData;
395 ctx.Write(currentState);
396
397 pPlayer.SendSyncJuncture(SJ_BROKEN_LEGS, ctx);
398 }
static const int SJ_BROKEN_LEGS
Определения DayZPlayerSyncJunctures.c:27
proto bool Write(void value_out)

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

Используется в ManBase::SetBrokenLegs().