Dayz Build 1.29.163047, Scripts Rev. 123548
Dayz Code Explorer by Zeroy
Loading...
Searching...
No Matches
softskillsmanager.c File Reference

Go to the source code of this file.

Data Structures

class  SoftSkillsManager

Functions

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

Variables

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

Function Documentation

◆ ~SoftSkillManagerDebug()

Definition at line 597 of file softskillsmanager.c.

References CALL_CATEGORY_SYSTEM, g_Game, m_PanelSoftSkills, and OnUpdate().

◆ GetActiveSoftSkillManager()

SoftSkillsManager GetActiveSoftSkillManager ( )

Definition at line 607 of file softskillsmanager.c.

References m_SoftSkillManager.

Referenced by OnUpdate().

◆ SoftSkillManagerDebug()

Variable Documentation

◆ ComponentBonusAfter

TextWidget ComponentBonusAfter

Definition at line 564 of file softskillsmanager.c.

Referenced by OnUpdate(), and SoftSkillManagerDebug().

◆ ComponentBonusBefore

TextWidget ComponentBonusBefore

Definition at line 563 of file softskillsmanager.c.

Referenced by OnUpdate(), and SoftSkillManagerDebug().

◆ CoolDown

TextWidget CoolDown

Definition at line 567 of file softskillsmanager.c.

Referenced by OnUpdate(), and SoftSkillManagerDebug().

◆ GeneralBonusAfter

TextWidget GeneralBonusAfter

Definition at line 566 of file softskillsmanager.c.

Referenced by OnUpdate(), and SoftSkillManagerDebug().

◆ GeneralBonusBefore

TextWidget GeneralBonusBefore

Definition at line 565 of file softskillsmanager.c.

Referenced by OnUpdate(), and SoftSkillManagerDebug().

◆ IsCoolDown

TextWidget IsCoolDown

Definition at line 568 of file softskillsmanager.c.

Referenced by OnUpdate(), and SoftSkillManagerDebug().

◆ m_PanelSoftSkills

ref Widget m_PanelSoftSkills

Definition at line 560 of file softskillsmanager.c.

Referenced by ~SoftSkillManagerDebug(), and SoftSkillManagerDebug().

◆ m_SoftSkillManager

class SoftSkillsManager m_SoftSkillManager

◆ SpecialtyChange

TextWidget SpecialtyChange

Definition at line 562 of file softskillsmanager.c.

Referenced by OnUpdate(), and SoftSkillManagerDebug().

◆ SpecialtyTotal

TextWidget SpecialtyTotal

Definition at line 561 of file softskillsmanager.c.

Referenced by OnUpdate(), and SoftSkillManagerDebug().