Arma Reforger Explorer
1.1.0.42
Arma Reforger Code Explorer by Zeroy - Thanks to MisterOutofTime
SCR_BaseButtonAttributeDynamicDescription.c
Go to the documentation of this file.
1
4
[
BaseContainerProps
(),
BaseContainerCustomStringTitleField
(
"DO NOT USE BASE CLASS"
)]
5
class
SCR_BaseButtonAttributeDynamicDescription
:
SCR_BaseAttributeDynamicDescription
6
{
7
[
Attribute
(
"1"
,
desc
:
"If true it then it has priority over button descriptions if hovering over a attribute button, making sure it is always shown first"
)]
8
protected
bool
m_bPriorityOverButtonDescription;
9
10
//------------------------------------------------------------------------------------------------
15
bool
HasPriorityOverButton()
16
{
17
return
m_bPriorityOverButtonDescription;
18
}
19
};
SCR_BaseAttributeDynamicDescription
Definition:
SCR_BaseAttributeDynamicDescription.c:5
BaseContainerCustomStringTitleField
class SCR_HitZoneGroupNameHolder BaseContainerCustomStringTitleField("USE INHERENT VERSION ONLY!")
Definition:
SCR_HitZoneGroupNameHolder.c:27
desc
UI Textures DeployMenu Briefing conflict_HintBanner_1_UI desc
Definition:
SCR_RespawnBriefingComponent.c:17
Attribute
typedef Attribute
Post-process effect of scripted camera.
SCR_BaseButtonAttributeDynamicDescription
Definition:
SCR_BaseButtonAttributeDynamicDescription.c:5
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
Attributes
DynamicDescriptions
SCR_BaseButtonAttributeDynamicDescription.c
Generated by
1.8.17