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

◆ SendDamageHit()

static void DayZPlayerSyncJunctures::SendDamageHit ( DayZPlayer pPlayer,
int pType,
float pHitDir,
bool pFullbody )
inlinestaticprivate

DamageHit

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

90 {
91 ScriptJunctureData ctx = new ScriptJunctureData;
92
93 ctx.Write(pType);
94 ctx.Write(pHitDir);
95 ctx.Write(pFullbody);
96 pPlayer.SendSyncJuncture(SJ_DAMAGE_HIT, ctx);
97 }
static const int SJ_DAMAGE_HIT
Определения DayZPlayerSyncJunctures.c:6
proto bool Write(void value_out)

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