4 [
Attribute(
"", UIWidgets.EditBox,
"Enter the department name for Credits screen here.")]
5 private string m_sDeptName;
8 private ref array<ref SCR_CreditsPersonName> m_aCreditsNames;
11 void GetCreditsNamesList(out notnull array<ref SCR_CreditsPersonName> nameList)
13 nameList = m_aCreditsNames;
26 [
Attribute(
"", UIWidgets.EditBox,
"Name.")]
27 private string m_sPersonName;
30 string GetPersonName()
40 private ref array<ref SCR_CreditsDepartmentHeader> m_aDepartmentList;
42 [
Attribute(
"", UIWidgets.ResourcePickerThumbnail,
"Credit backgrounds list.",
params:
"edds")]
43 private ref array<ResourceName> m_aBackgroundList;
46 void GetCreditsDepartmentList(out notnull array<ref SCR_CreditsDepartmentHeader> deptList)
48 deptList = m_aDepartmentList;
52 void GetBackgrounds(out notnull array<ResourceName> backgroudList)
54 backgroudList = m_aBackgroundList;