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

◆ OnChange()

void ContentDLC::OnChange ( EDLCId dlcId)
inlineprivate

Called from engine for notifing script after any change in additional content (installed, lost license). There should be check for current state of entitlements. On Xbox should be problem with event lost license! (system bug)

Аргументы
dlcIdID of DLC that was changed. Could be empty string if console does not report concrete DLC ID.

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

50 {
51 m_OnChange.Invoke(dlcId);
52 }
ref ScriptInvoker m_OnChange
void(EDLCId dlcId)
Определения ContentDLC.c:13

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