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

◆ OnHandsEnteredStableState()

override void OnHandsEnteredStableState ( HandStateBase src,
HandStateBase dst )
protected

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

2267 {
2268 super.OnHandsEnteredStableState(src, dst);
2269
2271 {
2272 hndDebugPrint("[hndfsm] hand fsm entered stable dst=" + dst.Type().ToString());
2273 }
2274 }
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().