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

◆ ActionConditionContinue()

override bool ActionDeployHuntingTrap::ActionConditionContinue ( ActionData action_data)
inlineprivate

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

27 {
28 return GetGame().IsClient() || action_data.m_MainItem.CanBePlaced( action_data.m_Player, action_data.m_Player.GetPosition() );
29 }
proto native bool IsClient()
proto native CGame GetGame()

Перекрестные ссылки ActionData, GetGame() и CGame::IsClient().