PC Stable Documentation
 
All Data Structures Files Functions Variables Typedefs Enumerations Enumerator Macros Modules Pages
Loading...
Searching...
No Matches
SoftSkillsManager.c File Reference

Data Structures

class  SoftSkillsManager
 

Functions

void SoftSkillManagerDebug (SoftSkillsManager softskill_manager)
 
void ~SoftSkillManagerDebug ()
 
SoftSkillsManager GetActiveSoftSkillManager ()
 
void OnUpdate ()
 

Variables

class SoftSkillsManager m_SoftSkillManager
 
ref Widget m_PanelSoftSkills
 
TextWidget SpecialtyTotal
 
TextWidget SpecialtyChange
 
TextWidget ComponentBonusBefore
 
TextWidget ComponentBonusAfter
 
TextWidget GeneralBonusBefore
 
TextWidget GeneralBonusAfter
 
TextWidget CoolDown
 
TextWidget IsCoolDown
 

Function Documentation

◆ GetActiveSoftSkillManager()

SoftSkillsManager GetActiveSoftSkillManager ( )

References m_SoftSkillManager.

Referenced by OnUpdate().

◆ SoftSkillManagerDebug()

◆ ~SoftSkillManagerDebug()

Variable Documentation

◆ ComponentBonusAfter

TextWidget ComponentBonusAfter

Referenced by OnUpdate(), and SoftSkillManagerDebug().

◆ ComponentBonusBefore

TextWidget ComponentBonusBefore

Referenced by OnUpdate(), and SoftSkillManagerDebug().

◆ CoolDown

TextWidget CoolDown

Referenced by OnUpdate(), and SoftSkillManagerDebug().

◆ GeneralBonusAfter

TextWidget GeneralBonusAfter

Referenced by OnUpdate(), and SoftSkillManagerDebug().

◆ GeneralBonusBefore

TextWidget GeneralBonusBefore

Referenced by OnUpdate(), and SoftSkillManagerDebug().

◆ IsCoolDown

TextWidget IsCoolDown

Referenced by OnUpdate(), and SoftSkillManagerDebug().

◆ m_PanelSoftSkills

ref Widget m_PanelSoftSkills

◆ m_SoftSkillManager

class SoftSkillsManager m_SoftSkillManager

◆ SpecialtyChange

TextWidget SpecialtyChange

Referenced by OnUpdate(), and SoftSkillManagerDebug().

◆ SpecialtyTotal

TextWidget SpecialtyTotal

Referenced by OnUpdate(), and SoftSkillManagerDebug().