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

◆ OnCommandFallFinish()

override void ManBase::OnCommandFallFinish ( )
inlineprotected

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

4018 {
4019 GameInventory inventory = GetInventory();
4020 if (inventory)
4021 inventory.UnlockInventory(LOCK_FROM_SCRIPT);
4022
4023 // properly finish jump in case it was interrupted by smth (heavy hit for example in the FOV expoit)
4024 m_JumpClimb.CheckAndFinishJump();
4025
4027 }
proto native void UnlockInventory(int lockType)
override WeaponManager GetWeaponManager()
Определения PlayerBase.c:1989
void RefreshAnimationState()
Определения WeaponManager.c:1056

Перекрестные ссылки GetWeaponManager() и GameInventory::UnlockInventory().