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

◆ OnCommandLadderFinish()

override void ManBase::OnCommandLadderFinish ( )
inlineprotected

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

3852 {
3853 TryHideItemInHands(false, true);
3854
3855 if (GetInventory())
3856 GetInventory().UnlockInventory(LOCK_FROM_SCRIPT);
3857
3858 GetGame().GetMission().RemoveActiveInputExcludes({"ladderclimbing"});
3859 }
proto native Mission GetMission()
void TryHideItemInHands(bool hide, bool force=false)
tries to hide item in player's hands, some exceptions for various movement states
Определения PlayerBase.c:9153
void RemoveActiveInputExcludes(array< string > excludes, bool bForceSupress=false)
deprecated
proto native CGame GetGame()

Перекрестные ссылки GetGame(), CGame::GetMission(), Mission::RemoveActiveInputExcludes() и TryHideItemInHands().