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

◆ LogWarningAlredyExist()

static void Component::LogWarningAlredyExist ( int comp_type,
string fnc_name )
inlinestaticprotected

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

86 {
87 string msg = "Component '"+Component.GetNameByType(comp_type)+"' already exists!";
88 Debug.LogError(msg, "Component", "n/a", fnc_name);
89 }
void Debug()
Определения UniversalTemperatureSource.c:349

Перекрестные ссылки GetNameByType() и Debug::LogError().

Используется в ComponentsBank::CreateComponent().