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

◆ SafeRemoveModule() [1/2]

void ErrorModuleHandler::SafeRemoveModule ( ErrorCategory category)
inlineprivate

Wrapper for RemoveModule to give feedback whether it succeeded or not.

Аргументы
categoryErrorCategory Category to remove

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

232 {
233 if ( !RemoveModule(category) )
234 Error(string.Format("[EMH] Removing %1 failed.", category));
235 }
static proto bool RemoveModule(ErrorCategory category)
Removes a module handler from the ErrorModuleHandler.
void Error(string err)
Messagebox with error message.
Определения EnDebug.c:90

Перекрестные ссылки Error() и RemoveModule().