Arma Reforger Explorer 1.7.0.54
Arma Reforger Code Explorer by Zeroy - Thanks to MisterOutofTime
Loading...
Searching...
No Matches
Attributes.c File Reference

Go to the source code of this file.

Classes

class  SCR_BaseContainerStaticTitleField
 Attribute to manually set a static title. More...
class  SCR_BaseContainerCustomTitleField
 Attribute for setting any string property as custom title. More...
class  SCR_BaseContainerCustomTitleFields
 allow to define multiple fields (string or ResourceName) - up to 5 elements More...
class  SCR_BaseContainerLocalizedTitleField
 Attribute to manually set a LOCALIZED (translated) title. More...
class  SCR_BaseContainerLocalizedTitleFields
 allow to define multiple fields (string or ResourceName) in a translated text - up to 5 elements More...
class  SCR_BaseContainerResourceTitleField
 Attribute to use a ResourceName filename. More...
class  SCR_BaseContainerTitleFieldWithValue
 Attribute to use a variable and additional variable. More...
class  SCR_BaseContainerCustomTitleEnum
 Attribute for setting any enum property as custom title. More...
class  BaseContainerCustomEnumWithValue
 Attribute for setting any enum property as custom title with an aditional varriable. Do note to set the defaultValue to what ever the attribute default value is. More...
class  SCR_BaseContainerCustomTitleFlags
 Attribute for setting any flags enum property as custom title. More...
class  SCR_BaseContainerCustomTitleResourceName
 Attribute for setting any ResourceName path property as custom title. More...
class  SCR_BaseContainerCustomTitleObject
 Attribute for setting any object classname property as custom title. More...
class  BaseContainerCustomStringTitleField
 Attribute for setting a custom string as title. More...
class  BaseContainerCustomDoubleTitleField
 Attribute for setting two string property as custom title. More...
class  BaseContainerCustomDoubleCheckTitleField
 Attribute for setting a custom format if the given checkVar is equal to checkVarEqual. If true sets propertyName as title with format else just shows propertyName as title. More...
class  BaseContainerCustomDoubleCheckIntResourceNameTitleField
 Attribute for setting a custom format if the given checkVar is equal to checkVarEqual. If true sets propertyName ResourceName as title with format else just shows ResourceName as title. More...
class  BaseContainerCustomCheckIntTitleField
 Attribute for setting a custom format if the given checkVar is equal to checkVarEqual. If condition met just shows default TitleField, if false it show default within given format. More...
class  BaseContainerCustomCheckIntWithFlagTitleField
 Attribute for setting a custom format if the given checkVar is equal to checkVarEqual with showing flags (%1 in the condition format). If condition met just shows default TitleField, if false it show default within given format. More...

Functions

void SCR_BaseContainerCustomTitleUIInfo (string propertyName, string format="%1")
override bool _WB_GetCustomTitle (BaseContainer source, out string title)

Variables

BaseContainerCustomCheckIntWithFlagTitleField m_sPropertyName
 Attribute for setting UIInfo's name property as (Localized) custom title.
string m_sFormat

Function Documentation

◆ _WB_GetCustomTitle()

override bool _WB_GetCustomTitle ( BaseContainer source,
out string title )
protected

Definition at line 880 of file Attributes.c.

◆ SCR_BaseContainerCustomTitleUIInfo()

void SCR_BaseContainerCustomTitleUIInfo ( string propertyName,
string format = "%1" )
protected

Definition at line 873 of file Attributes.c.

Variable Documentation

◆ m_sFormat

string m_sFormat
protected

Definition at line 870 of file Attributes.c.

◆ m_sPropertyName

Attribute for setting UIInfo's name property as (Localized) custom title.

class TestConfigClass
{
protected SCR_UIInfo m_Info;
}
SCR_AIAnimation_Loitering BaseContainerProps
Commanding menu commanding element class.
class SCR_ArsenalGameModeUIDataHolder SCR_BaseContainerCustomTitleUIInfo("m_UIInfo")
ref SCR_HintUIInfo m_Info
SCR_FieldOfViewSettings Attribute