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

◆ PerformRefreshExcludes()

void MissionBase::PerformRefreshExcludes ( )
inlineprotected

applies queued excludes (0 == clear excludes)

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

1028 {
1030 {
1031 foreach (string excl : m_ActiveInputExcludeGroups)
1032 {
1033 GetUApi().ActivateExclude(excl);
1034 }
1035 }
1036
1038 }
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().