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

◆ SendDeath()

static void DayZPlayerSyncJunctures::SendDeath ( DayZPlayer pPlayer,
int pType,
float pHitDir )
inlinestaticprivate

Death

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

66 {
67 ScriptJunctureData ctx = new ScriptJunctureData;
68
69 ctx.Write(pType);
70 ctx.Write(pHitDir);
71 pPlayer.SendSyncJuncture(SJ_DEATH, ctx);
72 }
static const int SJ_DEATH
Определения DayZPlayerSyncJunctures.c:18
proto bool Write(void value_out)

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

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