DayZ 1.27
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 строка 1086

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

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

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