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

◆ SendInjury()

static void DayZPlayerSyncJunctures::SendInjury ( DayZPlayer pPlayer,
bool pEnable,
eInjuryHandlerLevels level )
inlinestaticprivate

Injury

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

145 {
146 ScriptJunctureData ctx = new ScriptJunctureData;
147 ctx.Write(pEnable);
148 ctx.Write(level);
149
150 pPlayer.SendSyncJuncture(SJ_INJURY, ctx);
151 }
static const int SJ_INJURY
Определения DayZPlayerSyncJunctures.c:7
proto bool Write(void value_out)

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

Используется в SendValue().