![]() |
Arma Reforger Explorer 1.7.0.54
Arma Reforger Code Explorer by Zeroy - Thanks to MisterOutofTime
|
Protected Member Functions | |
| BaseContainer | UpdateItem (out string id, string text) |
| void | UpdateFromTemplate (notnull LocalizationEditor stringEditor, notnull BaseContainer item) |
| void | ProcessContainer (BaseContainer container, out int foundCount, array< BaseContainer > objects, array< int > indexes, string path, out int index=0) |
| void | Run (BaseContainer source, bool logOnly, ResourceName stringTableOverride, string prefixOverride) |
Static Protected Member Functions | |
| static void | Run (ResourceName configPath, bool logOnly, ResourceName stringTableOverride, string prefixOverride) |
Protected Attributes | |
| ResourceName | m_StringTablePath |
| string | m_sPrefix |
| string | m_sPlaceholderPrefix |
| ref array< ref LocParserRule > | m_aRules |
| ResourceName | m_sFile |
| string | m_sFileName |
| string | m_sFileExt |
| string | m_sFileLink |
| string | m_sContainerName |
| string | m_sContainerPath |
| bool | m_bLogOnly |
| ref map< string, string > | m_mIDs = new map<string, string>() |
| ref array< BaseContainer > | m_aRuleSources = {} |
| int | m_iCurrentRule |
Static Protected Attributes | |
| static const string | LOCALIZED_PREFIX = "#" |
Definition at line 2 of file LocParserManager.c.
|
inlineprotected |
| [in] | container | |
| [out] | foundCount | |
| [in] | objects | |
| [in] | indexes | |
| [in] | path | |
| [out] | index |
Definition at line 202 of file LocParserManager.c.
|
inlineprotected |
| [in] | source | |
| [in] | logOnly | |
| [in] | stringTableOverride | |
| [in] | prefixOverride |
Definition at line 324 of file LocParserManager.c.
|
inlinestaticprotected |
Run the localisation process.
| [in] | configPath | Path to LocParser manager config |
| [in] | logOnly | True to only log unlocolized strings, without modifying any files |
| [in] | stringTableOverride | |
| [in] | prefixOverride |
Definition at line 458 of file LocParserManager.c.
|
inlineprotected |
| [in] | stringEditor | |
| [in] | item |
Definition at line 103 of file LocParserManager.c.
|
inlineprotected |
Create/Update the item by provided id
| [out] | id | |
| [in] | text |
Definition at line 30 of file LocParserManager.c.
|
staticprotected |
Definition at line 23 of file LocParserManager.c.
|
protected |
Definition at line 14 of file LocParserManager.c.
|
protected |
Definition at line 20 of file LocParserManager.c.
|
protected |
Definition at line 18 of file LocParserManager.c.
|
protected |
Definition at line 21 of file LocParserManager.c.
Definition at line 19 of file LocParserManager.c.
|
protected |
Definition at line 17 of file LocParserManager.c.
|
protected |
Definition at line 17 of file LocParserManager.c.
|
protected |
Definition at line 16 of file LocParserManager.c.
|
protected |
Definition at line 17 of file LocParserManager.c.
|
protected |
Definition at line 17 of file LocParserManager.c.
|
protected |
Definition at line 17 of file LocParserManager.c.
|
protected |
Definition at line 11 of file LocParserManager.c.
|
protected |
Definition at line 8 of file LocParserManager.c.
|
protected |
Definition at line 5 of file LocParserManager.c.