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

Go to the source code of this file.

Data Structures

class  CreditsElement

Functions

void CreditsDepartmentSection (int index, Widget parent, JsonDataCreditsSection section_data)
void LoadDataAsync (array< string > section_data)

Variables

ref array< Widgetm_SectionEntries = new array<Widget>
WrapSpacerWidget m_SectionSections
class CreditsDepartmentElement extends CreditsElement m_SectionTitle

Function Documentation

◆ CreditsDepartmentSection()

◆ LoadDataAsync()

void LoadDataAsync ( array< string > section_data)
protected

Definition at line 65 of file creditsdepartmentelement.c.

References g_Game, m_Root, m_SectionEntries, and m_SectionSections.

Variable Documentation

◆ m_SectionEntries

ref array<Widget> m_SectionEntries = new array<Widget>
protected

Definition at line 43 of file creditsdepartmentelement.c.

Referenced by LoadDataAsync().

◆ m_SectionSections

WrapSpacerWidget m_SectionSections
protected

Definition at line 42 of file creditsdepartmentelement.c.

Referenced by CreditsDepartmentSection(), and LoadDataAsync().

◆ m_SectionTitle

class CreditsDepartmentElement extends CreditsElement m_SectionTitle