Dayz Explorer  1.24.157551 (v105080)
Dayz Code Explorer by Zeroy
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

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

Function Documentation

◆ CreditsDepartmentSection()

void CreditsDepartmentSection ( int  index,
Widget  parent,
JsonDataCreditsSection  section_data 
)

Definition at line 45 of file creditsdepartmentelement.c.

◆ LoadDataAsync()

void LoadDataAsync ( array< string section_data)

Definition at line 65 of file creditsdepartmentelement.c.

Variable Documentation

◆ m_SectionEntries

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

Definition at line 43 of file creditsdepartmentelement.c.

◆ m_SectionSections

protected WrapSpacerWidget m_SectionSections

Definition at line 42 of file creditsdepartmentelement.c.

◆ m_SectionTitle

class CreditsDepartmentElement extends CreditsElement m_SectionTitle