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

◆ OnHandEventForRemote()

bool OnHandEventForRemote ( ParamsReadContext ctx)
protected

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

2211 {
2212 HandEventBase e = HandEventBase.CreateHandEventFromContext(ctx);
2213 if (e)
2214 {
2216 {
2217 hndDebugSpam("[hndfsm] recv event from remote: created event=" + e);
2218 }
2219
2220 //m_FSM.ProcessEvent(e);
2221
2222 if (e.GetEventID() == HandEventID.HUMANCOMMAND_ACTION_ABORTED)
2223 {
2225 m_FSM.ProcessAbortEvent(e, aa);
2226 }
2227 else
2228 {
2229 m_FSM.ProcessEvent(e);
2230 }
2231
2232 return true;
2233 }
2234 return false;
2235 }
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:209
static bool IsInventoryHFSMLogEnable()
Определения 3_Game/tools/Debug.c:668
Определения 3_Game/tools/Debug.c:594

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