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

◆ IsInputRestrictionActive() [2/2]

override bool MissionBase::IsInputRestrictionActive ( int restriction)
inlineprotected

Returns true if the particular 'restriction' (those govern special behaviour outside regular input excludes, EInputRestrictors) is active.

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

1028 {
1029 return m_ActiveInputRestrictions && m_ActiveInputRestrictions.Find(restriction) != -1;
1030 }
ref array< int > m_ActiveInputRestrictions
Определения missionGameplay.c:40

Перекрестные ссылки m_ActiveInputRestrictions.