Arma Reforger Explorer 1.7.0.54
Arma Reforger Code Explorer by Zeroy - Thanks to MisterOutofTime
Loading...
Searching...
No Matches
SCR_PlayerUIInfo.c
Go to the documentation of this file.
3{
4 [Attribute()]
5 protected int m_iPlayerID;
6
7 //------------------------------------------------------------------------------------------------
8 void SetPlayerID(int playerID)
9 {
10 m_iPlayerID = playerID;
11 }
12
13 //------------------------------------------------------------------------------------------------
15 {
16 return m_iPlayerID;
17 }
18
19 //------------------------------------------------------------------------------------------------
21 {
22 if (m_iPlayerID > 0)
23 return SCR_PlayerNamesFilterCache.GetInstance().GetPlayerDisplayName(m_iPlayerID);
24 else
25 return super.GetName();
26 }
27}
SCR_AIAnimation_Loitering BaseContainerProps
Commanding menu commanding element class.
SCR_PlayerCommandingConfigActionPair Managed SCR_BaseContainerLocalizedTitleField("m_sCommandName")
override LocalizedString GetName()
void SetPlayerID(int playerID)
SCR_FieldOfViewSettings Attribute