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

◆ OnHandsExitedStableState()

override void OnHandsExitedStableState ( HandStateBase src,
HandStateBase dst )
protected

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

2257 {
2258 super.OnHandsExitedStableState(src, dst);
2259
2261 {
2262 hndDebugPrint("[hndfsm] hand fsm exit stable src=" + src.Type().ToString());
2263 }
2264 }
void hndDebugPrint(string s)
Определения HandFSM.c:1
static bool IsInventoryHFSMLogEnable()
Определения 3_Game/tools/Debug.c:668
Определения 3_Game/tools/Debug.c:594

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

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