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

◆ BleedingChancesLog()

static void Debug::BleedingChancesLog ( string message = LOG_DEFAULT,
string plugin = LOG_DEFAULT,
string author = LOG_DEFAULT,
string label = LOG_DEFAULT,
string entity = LOG_DEFAULT )
inlinestaticprivate

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

163 {
164 LogMessage(LOG_DEBUG_BLEEDING_CHANCES, plugin, entity, author, label, message);
165 }
static const string LOG_DEBUG_BLEEDING_CHANCES
Определения Debug.c:11
static string LogMessage(string level, string plugin, string entity, string author, string label, string message)
DEPRECATED.
Определения Debug.c:482

Перекрестные ссылки LOG_DEBUG_BLEEDING_CHANCES, LOG_DEFAULT и LogMessage().

Используется в BleedChanceData::CalculateBleedChance() и BleedingSourcesManagerBase::ProcessHit().