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

◆ OnCommandLadderFinish()

override void ManBase::OnCommandLadderFinish ( )
inlineprotected

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

3868 {
3869 TryHideItemInHands(false, true);
3870
3871 if (GetInventory())
3872 GetInventory().UnlockInventory(LOCK_FROM_SCRIPT);
3873
3874 GetGame().GetMission().RemoveActiveInputExcludes({"ladderclimbing"});
3875 }
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:9055
void RemoveActiveInputExcludes(array< string > excludes, bool bForceSupress=false)
deprecated
proto native CGame GetGame()

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