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

◆ PerformRefreshExcludes()

void MissionBase::PerformRefreshExcludes ( )
inlineprotected

applies queued excludes (0 == clear excludes)

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

1038 {
1040 {
1041 foreach (string excl : m_ActiveInputExcludeGroups)
1042 {
1043 GetUApi().ActivateExclude(excl);
1044 }
1045 }
1046
1048 }
proto native UAInputAPI GetUApi()
ref array< string > m_ActiveInputExcludeGroups
Определения missionGameplay.c:39
proto native void UpdateControls()
proto native void ActivateExclude(string sExcludeName)

Перекрестные ссылки UAInputAPI::ActivateExclude(), GetUApi(), m_ActiveInputExcludeGroups и UAInputAPI::UpdateControls().

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