DayZ 1.28
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 строка 1090

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

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

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