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

◆ OnCommandSwimFinish()

override void ManBase::OnCommandSwimFinish ( )
inlineprotected

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

3825 {
3826 TryHideItemInHands(false, true);
3827
3828 if (GetInventory())
3829 GetInventory().UnlockInventory(LOCK_FROM_SCRIPT);
3830
3831 GetDayZGame().GetBacklit().OnSwimmingStop();
3832
3834
3836 }
DayZGame GetDayZGame()
Определения DayZGame.c:3870
proto native Mission GetMission()
override WeaponManager GetWeaponManager()
Определения PlayerBase.c:1859
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
void RefreshAnimationState()
Определения WeaponManager.c:1052
proto native CGame GetGame()

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