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

◆ GetWeightSpecialized()

float Ammunition_Base::GetWeightSpecialized ( bool forceRecalc = false)
inlineprotected

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

33 {
34 #ifdef DEVELOPER
35 if (WeightDebug.m_VerbosityFlags & WeightDebugType.RECALC_FORCED)
36 {
37 WeightDebugData data = WeightDebug.GetWeightDebug(this);
38 data.SetCalcDetails("TAmmo: ("+GetAmmoCount()+"(Ammo count) * "+ GetConfigWeightModifiedDebugText());
39 }
40 #endif
41
42 return GetAmmoCount() * GetConfigWeightModified();
43 }
void SetCalcDetails(string details)
Определения Debug.c:816

Перекрестные ссылки WeightDebugData::SetCalcDetails().