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

◆ SendQuickbarSetShortcut()

static void DayZPlayerSyncJunctures::SendQuickbarSetShortcut ( DayZPlayer pPlayer,
EntityAI item,
int index,
bool force = false )
inlinestaticprivate

Quickbar

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

326 {
327 ScriptJunctureData ctx = new ScriptJunctureData;
328 ctx.Write(item);
329 ctx.Write(index);
330 ctx.Write(force);
331
332 pPlayer.SendSyncJuncture(SJ_QUICKBAR_SET_SHORTCUT, ctx);
333 }
static const int SJ_QUICKBAR_SET_SHORTCUT
Определения DayZPlayerSyncJunctures.c:10
proto bool Write(void value_out)

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

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