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

◆ IsInputExcludeActive() [2/2]

override bool MissionBase::IsInputExcludeActive ( string exclude)
inlineprotected

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

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

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

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