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

◆ IsInputRestrictionActive()

override bool MissionBase::IsInputRestrictionActive ( int restriction)
inlineprotected

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

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

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

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

Используется в OnUpdate().