Arma Reforger Explorer
1.1.0.42
Arma Reforger Code Explorer by Zeroy - Thanks to MisterOutofTime
SCR_BriefingConfig.c
Go to the documentation of this file.
1
[
BaseContainerProps
(configRoot:
true
)]
3
class
SCR_BriefingMenuConfig
4
{
5
[
Attribute
(
""
, UIWidgets.Object,
"Game mode hints"
)]
6
protected
ref array<ref SCR_UIInfo> m_aGameModeHints;
7
8
[
Attribute
(
""
, UIWidgets.Object,
"Victory conditions"
)]
9
protected
ref array<ref SCR_BriefingVictoryCondition> m_aWinConditions;
10
11
//------------------------------------------------------------------------------------------------
13
array<ref SCR_UIInfo> GetHints()
14
{
15
return
m_aGameModeHints
;
16
}
17
18
//------------------------------------------------------------------------------------------------
20
array<ref SCR_BriefingVictoryCondition> GetWinConditions()
21
{
22
return
m_aWinConditions
;
23
}
24
}
m_aGameModeHints
protected ref array< ref SCR_UIInfo > m_aGameModeHints
Definition:
SCR_RespawnBriefingComponent.c:20
SCR_BriefingMenuConfig
Briefing config root.
Definition:
SCR_BriefingConfig.c:3
Attribute
typedef Attribute
Post-process effect of scripted camera.
m_aWinConditions
protected ref array< ref SCR_BriefingVictoryCondition > m_aWinConditions
Definition:
SCR_RespawnBriefingComponent.c:23
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
GameMode
Respawn
SCR_BriefingConfig.c
Generated by
1.8.17