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

◆ IsInputExcludeActive()

override bool MissionBase::IsInputExcludeActive ( string exclude)
inlineprotected

Returns true if the particular input exclude group had been activated via script and is active.

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

1081 {
1082 return m_ActiveInputExcludeGroups && m_ActiveInputExcludeGroups.Find(exclude) != -1;
1083 }
ref array< string > m_ActiveInputExcludeGroups
Определения missionGameplay.c:39

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

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