Arma Reforger Explorer 1.7.0.54
Arma Reforger Code Explorer by Zeroy - Thanks to MisterOutofTime
Loading...
Searching...
No Matches
SCR_DeathMatchGameOverScreenInfo.c
Go to the documentation of this file.
3{
4 [Attribute("1", desc: "If true gets name of otherPlayer to be subtitle param, else gets name of Player")]
6
7 //Get winning faction name
8 override string GetSubtitleParam(int playerId, array<int> otherPlayerIds)
9 {
10 PlayerManager playerManager = GetGame().GetPlayerManager();
11
12 if (!playerManager)
13 return super.GetSubtitleParam(playerId, otherPlayerIds);
14
16 return SCR_PlayerNamesFilterCache.GetInstance().GetPlayerDisplayName(otherPlayerIds[0]);
17 else
18 return SCR_PlayerNamesFilterCache.GetInstance().GetPlayerDisplayName(playerId);
19 }
20};
EGameOverTypes
ArmaReforgerScripted GetGame()
Definition game.c:1398
SCR_AIAnimation_Loitering BaseContainerProps
Commanding menu commanding element class.
class SCR_CampaignHintStorage SCR_BaseContainerCustomTitleEnum(EHint, "m_eHintId")
UI Textures DeployMenu Briefing conflict_HintBanner_1_UI desc
override string GetSubtitleParam(int playerId, array< int > otherPlayerIds)
SCR_FieldOfViewSettings Attribute