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

◆ SetBonusBefore()

void SoftSkillsManager::SetBonusBefore ( bool is_cacomponent,
float base_value )
inlineprotected

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

440 {
441 if ( IsDebug() )
442 {
443 if ( is_cacomponent )
444 {
445 SetComponentBonusBefore(base_value);
446 }
447 else
448 {
449 SetGeneralBonusBefore(base_value);
450 }
451 }
452 }
void SetGeneralBonusBefore(float general_bonus_before)
Определения SoftSkillsManager.c:501
void SetComponentBonusBefore(float component_bonus_before)
Определения SoftSkillsManager.c:477
bool IsDebug()
Определения SoftSkillsManager.c:409

Перекрестные ссылки IsDebug(), SetComponentBonusBefore() и SetGeneralBonusBefore().

Используется в AddSpecialtyBonus(), AdjustCraftingTime() и SubtractSpecialtyBonus().