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

◆ OnCommandSwimFinish()

override void ManBase::OnCommandSwimFinish ( )
inlineprotected

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

3841 {
3842 TryHideItemInHands(false, true);
3843
3844 if (GetInventory())
3845 GetInventory().UnlockInventory(LOCK_FROM_SCRIPT);
3846
3847 GetDayZGame().GetBacklit().OnSwimmingStop();
3848
3850
3852 }
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:9055
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().