Arma Reforger Explorer 1.7.0.54
Arma Reforger Code Explorer by Zeroy - Thanks to MisterOutofTime
Loading...
Searching...
No Matches
SCR_EntityTooltipConfig.c
Go to the documentation of this file.
1[BaseContainerProps(configRoot: true)]
3{
4 [Attribute(desc: "List of all enity tooltips that is assigned in the SCR_EntityTooltipEditorUIComponent")]
5 protected ref array<ref SCR_EntityTooltipDetailType> m_aDetailTypes;
6
7 //------------------------------------------------------------------------------------------------
11 int GetTooltipData(out notnull array<ref SCR_EntityTooltipDetailType> data)
12 {
13 data.Clear();
14
15 foreach (SCR_EntityTooltipDetailType tooltip: m_aDetailTypes)
16 data.Insert(tooltip);
17
18 return m_aDetailTypes.Count();
19 }
20}
SCR_AIAnimation_Loitering BaseContainerProps
Commanding menu commanding element class.
Get all prefabs that have the spawner data
UI Textures DeployMenu Briefing conflict_HintBanner_1_UI desc
ref array< ref SCR_EntityTooltipDetailType > m_aDetailTypes
int GetTooltipData(out notnull array< ref SCR_EntityTooltipDetailType > data)
SCR_FieldOfViewSettings Attribute