Go to the source code of this file.
|
| SCR_RespawnBriefingComponentClass SCR_BaseGameModeComponentClass | Attribute ("") |
| |
| override bool | RplSave (ScriptBitWriter writer) |
| |
| override bool | RplLoad (ScriptBitReader reader) |
| |
| void | RewriteEntry_SA (FactionKey factionKey, int entryID, string newText, array< string > param1) |
| |
| void | RpcDo_RewriteEntry (FactionKey factionKey, int entryID, string newText, array< string > param1) |
| |
| void | RewriteEntryMain (FactionKey factionKey, int entryID, string newText, array< string > param1) |
| |
| void | RewriteEntry (FactionKey factionKey, int entryID, string newText, array< string > param1) |
| |
| protected void | OnLanguageChanged (SCR_GameplaySettingsSubMenu menu) |
| |
| array< string > | GetBriefingStringParamByID (int targetID) |
| |
| SCR_JournalSetupConfig | GetJournalSetup () |
| |
| void | ResetConfig () |
| |
| bool | LoadJournalConfig () |
| |
| SCR_UIInfo | GetInfo () |
| |
| ResourceName | GetSimpleBriefingBackground () |
| |
| ResourceName | GetJournalConfigPath () |
| |
| int | GetGameModeHints (out array< ref SCR_UIInfo > hints) |
| |
| int | GetWinConditions (out array< ref SCR_BriefingVictoryCondition > conditions) |
| |
| void | SetBriefingShown (bool shown=true) |
| |
| bool | GetWasBriefingShown () |
| |
◆ Attribute()
◆ GetBriefingStringParamByID()
| array<string> GetBriefingStringParamByID |
( |
int |
targetID | ) |
|
◆ GetGameModeHints()
◆ GetInfo()
◆ GetJournalConfigPath()
| ResourceName GetJournalConfigPath |
( |
| ) |
|
◆ GetJournalSetup()
◆ GetSimpleBriefingBackground()
| ResourceName GetSimpleBriefingBackground |
( |
| ) |
|
◆ GetWasBriefingShown()
| bool GetWasBriefingShown |
( |
| ) |
|
◆ GetWinConditions()
◆ LoadJournalConfig()
| bool LoadJournalConfig |
( |
| ) |
|
◆ OnLanguageChanged()
◆ ResetConfig()
◆ RewriteEntry()
| void RewriteEntry |
( |
FactionKey |
factionKey, |
|
|
int |
entryID, |
|
|
string |
newText, |
|
|
array< string > |
param1 |
|
) |
| |
◆ RewriteEntry_SA()
| void RewriteEntry_SA |
( |
FactionKey |
factionKey, |
|
|
int |
entryID, |
|
|
string |
newText, |
|
|
array< string > |
param1 |
|
) |
| |
◆ RewriteEntryMain()
| void RewriteEntryMain |
( |
FactionKey |
factionKey, |
|
|
int |
entryID, |
|
|
string |
newText, |
|
|
array< string > |
param1 |
|
) |
| |
◆ RpcDo_RewriteEntry()
| void RpcDo_RewriteEntry |
( |
FactionKey |
factionKey, |
|
|
int |
entryID, |
|
|
string |
newText, |
|
|
array< string > |
param1 |
|
) |
| |
◆ RplLoad()
| override bool RplLoad |
( |
ScriptBitReader |
reader | ) |
|
◆ RplSave()
| override bool RplSave |
( |
ScriptBitWriter |
writer | ) |
|
◆ SetBriefingShown()
| void SetBriefingShown |
( |
bool |
shown = true | ) |
|
◆ desc
| UI Textures DeployMenu Briefing conflict_HintBanner_1_UI desc |
◆ edds
| UI Textures DeployMenu Briefing conflict_HintBanner_1_UI edds |
◆ m_aGameModeHints
| protected ref array<ref SCR_UIInfo> m_aGameModeHints |
◆ m_aWinConditions
◆ m_BriefingInfo
| protected ref map<int, ref array<string> > m_BriefingInfo = new map<int, ref array<string>>() |
◆ m_bWasShown
| protected bool m_bWasShown = false |