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

◆ OnHandEventForRemote()

bool OnHandEventForRemote ( ParamsReadContext ctx)
protected

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

2201 {
2202 HandEventBase e = HandEventBase.CreateHandEventFromContext(ctx);
2203 if (e)
2204 {
2206 {
2207 hndDebugSpam("[hndfsm] recv event from remote: created event=" + e);
2208 }
2209
2210 //m_FSM.ProcessEvent(e);
2211
2212 if (e.GetEventID() == HandEventID.HUMANCOMMAND_ACTION_ABORTED)
2213 {
2215 m_FSM.ProcessAbortEvent(e, aa);
2216 }
2217 else
2218 {
2219 m_FSM.ProcessEvent(e);
2220 }
2221
2222 return true;
2223 }
2224 return false;
2225 }
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()
Определения Debug.c:668
Определения Debug.c:594

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