Arma Reforger Explorer 1.7.0.54
Arma Reforger Code Explorer by Zeroy - Thanks to MisterOutofTime
Loading...
Searching...
No Matches
SCR_IdentityBio.c
Go to the documentation of this file.
1[BaseContainerProps(), BaseContainerCustomDoubleCheckTitleField("m_bIsUnique", "m_sBio", "1", "UNIQUE - %1", "%1")]
3{
4 [Attribute(desc: "Bio as displayed in the game", uiwidget: UIWidgets.LocaleEditBox)]
6
7 [Attribute("0", desc: "Unique Bio's will only be assigned once in a gaming session and can never be duplicated.")]
8 protected bool m_bIsUnique;
9
10 //------------------------------------------------------------------------------------------------
12 string GetBioText()
13 {
14 return m_sBio;
15 }
16
17 //------------------------------------------------------------------------------------------------
19 bool IsUnique()
20 {
21 return m_bIsUnique;
22 }
23};
SCR_AIAnimation_Loitering BaseContainerProps
Commanding menu commanding element class.
UI Textures DeployMenu Briefing conflict_HintBanner_1_UI desc
Attribute for setting a custom format if the given checkVar is equal to checkVarEqual....
Definition Attributes.c:612
LocalizedString m_sBio
SCR_FieldOfViewSettings Attribute