![]() |
Arma Reforger Explorer 1.7.0.54
Arma Reforger Code Explorer by Zeroy - Thanks to MisterOutofTime
|
Static Protected Member Functions | |
| static BaseContainer | GetChildBaseContainerByPath (notnull BaseContainer container, array< string > paths) |
| static BaseContainer | GetChildFromList (notnull BaseContainerList containerList, string childName) |
| static string | SplitConfigPath (string input, out array< string > output, bool removeLastPart=false) |
| static string | GetGUID (ResourceName resourceName, bool removeBrackets=false) |
Definition at line 1 of file SCR_ConfigHelper.c.
|
inlinestaticprotected |
returns the found sub-container or null if not found
| [in] | container | if null, returns null |
| [in] | paths | case-insensitive, items will be trimmed \ if empty, returns the provided container |
Definition at line 52 of file SCR_ConfigHelper.c.
|
inlinestaticprotected |
Get BaseContainer from BaseContainerList by its (case-insensitive) name
| [in] | containerList | list of containers from which to look |
| [in] | childName | case-insensitive child name |
Definition at line 100 of file SCR_ConfigHelper.c.
|
inlinestaticprotected |
Extract GUID from full resource name
| [in] | resourceName | full resource path |
| [in] | removeBrackets | if true, remove brackets |
Definition at line 159 of file SCR_ConfigHelper.c.
|
inlinestaticprotected |
split "config path" (separator: / ), trims and toLower parts and returns last part if any
| [in] | input | the input string |
| [out] | output | the target output array |
| [in] | removeLastPart | removes last part if entry path is provided |
Definition at line 133 of file SCR_ConfigHelper.c.