Arma Reforger Explorer 1.7.0.54
Arma Reforger Code Explorer by Zeroy - Thanks to MisterOutofTime
Loading...
Searching...
No Matches
SCR_BriefingConfig.c
Go to the documentation of this file.
1
2[BaseContainerProps(configRoot: true)]
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}
SCR_AIAnimation_Loitering BaseContainerProps
Commanding menu commanding element class.
Briefing config root.
array< ref SCR_BriefingVictoryCondition > GetWinConditions()
ref array< ref SCR_BriefingVictoryCondition > m_aWinConditions
array< ref SCR_UIInfo > GetHints()
ref array< ref SCR_UIInfo > m_aGameModeHints
SCR_FieldOfViewSettings Attribute