Dayz Explorer 1.28.160049
Loading...
Searching...
No Matches
creditsdepartmentelement.c File Reference

Go to the source code of this file.

Classes

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
 
WrapSpacerWidget m_SectionSections
 
ref array< Widget > m_SectionEntries = new array<Widget>
 

Function Documentation

◆ CreditsDepartmentSection()

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

Definition at line 45 of file creditsdepartmentelement.c.

◆ LoadDataAsync()

void LoadDataAsync ( array< string > section_data)
protected

Definition at line 65 of file creditsdepartmentelement.c.

Variable Documentation

◆ m_SectionEntries

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

Definition at line 43 of file creditsdepartmentelement.c.

◆ m_SectionSections

WrapSpacerWidget m_SectionSections
protected

Definition at line 42 of file creditsdepartmentelement.c.

◆ m_SectionTitle

class CreditsDepartmentElement extends CreditsElement m_SectionTitle