![]() |
Arma Reforger Explorer 1.7.0.54
Arma Reforger Code Explorer by Zeroy - Thanks to MisterOutofTime
|
Static Protected Member Functions | |
| static ParamEnumArray | FromAddons (int titleFormat=2, int hideCoreModules=0) |
| static ParamEnumArray | FromEnumArray (typename enumTypeName, notnull array< int > enumValues) |
| static ParamEnumArray | FromEnumSkip (typename enumTypeName, int skipFirst, int skipLast=0) |
| static ParamEnumArray | FromString (string input) |
| static array< string > | SplitString (string input, string separator, int maxCount=0) |
Static Protected Attributes | |
| static const int | CORE_MODULE_COUNT = 2 |
| static const string | ENTRY_SEPARATOR = SCR_StringHelper.SEMICOLON |
| static const string | VALUE_SEPARATOR = SCR_StringHelper.COMMA |
| static const string | ESCAPE_CHARACTER = SCR_StringHelper.SINGLE_QUOTE |
Definition at line 1 of file SCR_ParamEnumArray.c.
|
inlinestaticprotected |
Get a ParamEnumArray of named addon indices Example:
| [in] | titleFormat | 0 for "AddonID", 1 for "AddonTitle", 2 for "AddonTitle (AddonID)" |
| [in] | hideCoreModules | 0 to hide nothing, 1 to hide core (vanilla) addons, 2 to hide core addons only when more addons are available |
Definition at line 19 of file SCR_ParamEnumArray.c.
|
inlinestaticprotected |
Get a ParamEnumArray of array-provided enum values
| [in] | enumTypeName | |
| [in] | enumValues | keeps the provided order and skips invalid/combined values |
Definition at line 54 of file SCR_ParamEnumArray.c.
|
inlinestaticprotected |
Get a ParamEnumArray of enum values with the ability to skip beginning and/or end ones
| [in] | enumTypeName | the enum typename |
| [in] | skipFirst | how many values from start must be skipped |
| [in] | avoidLast | how many values from end must be avoided |
Definition at line 112 of file SCR_ParamEnumArray.c.
|
inlinestaticprotected |
Get ComboBox entries from string, format:
| [in] | input | format can be (entries are separated by semicolons ";"): |
Definition at line 164 of file SCR_ParamEnumArray.c.
|
inlinestaticprotected |
Split the provided string, considering escaped separators
| [in] | input | the string to split |
| [in] | separator | comma or semicolon (can factually be anything) |
| [in] | maxCount | if > 0, limit the max number of splits |
Definition at line 234 of file SCR_ParamEnumArray.c.
|
staticprotected |
Definition at line 3 of file SCR_ParamEnumArray.c.
|
staticprotected |
Definition at line 5 of file SCR_ParamEnumArray.c.
|
staticprotected |
Definition at line 7 of file SCR_ParamEnumArray.c.
|
staticprotected |
Definition at line 6 of file SCR_ParamEnumArray.c.