Arma Reforger Explorer
1.1.0.42
Arma Reforger Code Explorer by Zeroy - Thanks to MisterOutofTime
SCR_EntityTooltipConfig.c
Go to the documentation of this file.
1
[
BaseContainerProps
(configRoot:
true
)]
2
class
SCR_EntityTooltipConfig
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
}
desc
UI Textures DeployMenu Briefing conflict_HintBanner_1_UI desc
Definition:
SCR_RespawnBriefingComponent.c:17
SCR_EntityTooltipConfig
Definition:
SCR_EntityTooltipConfig.c:2
Attribute
typedef Attribute
Post-process effect of scripted camera.
data
Get all prefabs that have the spawner data
Definition:
SCR_EntityCatalogManagerComponent.c:305
BaseContainerProps
SCR_AIGoalReaction_Follow BaseContainerProps
Handles insects that are supposed to be spawned around selected prefabs defined in prefab names array...
Definition:
SCR_AIGoalReaction.c:468
scripts_Arma_Reforger_v1.1.0.42
scripts
Game
Editor
Containers
Tooltip
SCR_EntityTooltipConfig.c
Generated by
1.8.17