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

◆ PerformRefreshExcludes() [2/2]

void MissionBase::PerformRefreshExcludes ( )
inlineprotected

applies queued excludes (0 == clear excludes)

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

969 {
971 {
972 foreach (string excl : m_ActiveInputExcludeGroups)
973 {
974 GetUApi().ActivateExclude(excl);
975 }
976 }
977
979 }
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().