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

◆ OnHandEventForRemote()

bool OnHandEventForRemote ( ParamsReadContext ctx)
protected

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

2516 {
2517 HandEventBase e = HandEventBase.CreateHandEventFromContext(ctx);
2518 if (e)
2519 {
2521 {
2522 hndDebugSpam("[hndfsm] recv event from remote: created event=" + e);
2523 }
2524
2525 //m_FSM.ProcessEvent(e);
2526
2527 if (e.GetEventID() == HandEventID.HUMANCOMMAND_ACTION_ABORTED)
2528 {
2530 m_FSM.ProcessAbortEvent(e, aa);
2531 }
2532 else
2533 {
2534 m_FSM.ProcessEvent(e);
2535 }
2536
2537 return true;
2538 }
2539 return false;
2540 }
ProcessEventResult
Определения FSMBase.c:41
HandEventID
events
Определения Hand_Events.c:7
void hndDebugSpam(string s)
Определения HandFSM.c:9
Abstracted event, not to be used, only inherited.
Определения Hand_Events.c:212
static bool IsInventoryHFSMLogEnable()
Определения 3_Game/DayZ/tools/Debug.c:766

Перекрестные ссылки hndDebugSpam() и LogManager::IsInventoryHFSMLogEnable().