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

◆ LogWarning()

void Entity::LogWarning ( string msg,
string fnc_name = "n/a" )
inlineprotected

LogWarning.

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

474 {
475 Debug.LogWarning(msg, "Object", "n/a", fnc_name, this.GetType());
476 }
eBleedingSourceType GetType()
Определения BleedingSource.c:63
void Debug()
Определения UniversalTemperatureSource.c:349

Перекрестные ссылки GetType() и Debug::LogWarning().