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

◆ RegisterItself()

void RegisterItself ( int notifier_id,
NotifierBase modifier )

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

65 {
66 if (notifier_id >= MAX_COUNT)
67 Error("out of bounds for notifier id: " + notifier_id);
68 else
69 m_NotifiersStatic[notifier_id] = modifier;
70 }
enum eNotifiers MAX_COUNT
ref NotifierBase m_NotifiersStatic[MAX_COUNT]
Определения NotifiersManager.c:30
void Error(string err)
Messagebox with error message.
Определения EnDebug.c:90

Перекрестные ссылки Error(), m_NotifiersStatic и MAX_COUNT.