DayZ 1.24
|
Go to the source code of this file.
Classes | |
class | SoftSkillsManager |
Functions | |
void | SoftSkillManagerDebug (SoftSkillsManager softskill_manager) |
void | ~SoftSkillManagerDebug () |
SoftSkillsManager | GetActiveSoftSkillManager () |
void | OnUpdate () |
SoftSkillsManager GetActiveSoftSkillManager | ( | ) |
Definition at line 561 of file SoftSkillsManager.c.
References m_SoftSkillManager.
Referenced by OnUpdate().
void SoftSkillManagerDebug | ( | SoftSkillsManager | softskill_manager | ) |
Definition at line 526 of file SoftSkillsManager.c.
References CALL_CATEGORY_SYSTEM, Class::CastTo(), ComponentBonusAfter, ComponentBonusBefore, CoolDown, GeneralBonusAfter, GeneralBonusBefore, GetGame(), IsCoolDown, m_PanelSoftSkills, m_SoftSkillManager, OnUpdate(), SpecialtyChange, and SpecialtyTotal.
Referenced by SoftSkillsManager::CreateDebugWindow().
Definition at line 553 of file SoftSkillsManager.c.
References CALL_CATEGORY_SYSTEM, GetGame(), m_PanelSoftSkills, and OnUpdate().
TextWidget ComponentBonusAfter |
Definition at line 520 of file SoftSkillsManager.c.
Referenced by OnUpdate(), and SoftSkillManagerDebug().
TextWidget ComponentBonusBefore |
Definition at line 519 of file SoftSkillsManager.c.
Referenced by OnUpdate(), and SoftSkillManagerDebug().
TextWidget CoolDown |
Definition at line 523 of file SoftSkillsManager.c.
Referenced by OnUpdate(), and SoftSkillManagerDebug().
TextWidget GeneralBonusAfter |
Definition at line 522 of file SoftSkillsManager.c.
Referenced by OnUpdate(), and SoftSkillManagerDebug().
TextWidget GeneralBonusBefore |
Definition at line 521 of file SoftSkillsManager.c.
Referenced by OnUpdate(), and SoftSkillManagerDebug().
TextWidget IsCoolDown |
Definition at line 524 of file SoftSkillsManager.c.
Referenced by OnUpdate(), and SoftSkillManagerDebug().
Definition at line 516 of file SoftSkillsManager.c.
Referenced by SoftSkillManagerDebug(), and ~SoftSkillManagerDebug().
class SoftSkillsManager m_SoftSkillManager |
Referenced by GetActiveSoftSkillManager(), and SoftSkillManagerDebug().
TextWidget SpecialtyChange |
Definition at line 518 of file SoftSkillsManager.c.
Referenced by OnUpdate(), and SoftSkillManagerDebug().
TextWidget SpecialtyTotal |
Definition at line 517 of file SoftSkillsManager.c.
Referenced by OnUpdate(), and SoftSkillManagerDebug().