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

◆ Log()

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

Log.

См. определение в файле 3_Game/DayZ/Entities/EntityAI.c строка 479

480 {
481 Debug.Log(msg, "Object", "n/a", fnc_name, this.GetType());
482 }
eBleedingSourceType GetType()
string Debug()
Определения CachedEquipmentStorageBase.c:29

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