![]() |
Arma Reforger Explorer 1.7.0.54
Arma Reforger Code Explorer by Zeroy - Thanks to MisterOutofTime
|
Protected Member Functions | |
| string | GetID (string fileName, string varName, array< BaseContainer > objects, array< int > indexes) |
| bool | Evaluate (string fileName, string varName, array< BaseContainer > objects) |
| BaseContainer | Localize (string fileName, string varName, array< BaseContainer > objects, string id, string text) |
| void | InitRule (notnull LocParserManager config) |
Protected Attributes | |
| ref CustomStringTableItem | m_ItemTemplate |
| LocParserManager | m_Config |
Localisation rule controlled by LocParserManager. When parsing files, each found string is evaluated towards all available rules.
Definition at line 4 of file LocParserRule.c.
|
inlineprotected |
Check if the string can be localized according to this rule. To be overloaded by inherited classes.
| [in] | fileName | Name of the file (without path or extension) in which the string is |
| [in] | varName | Name of the variable which holds the string |
| [in] | objects | Hierarchy of script classes leading to the string, starting from the bottom-most one |
Definition at line 31 of file LocParserRule.c.
|
inlineprotected |
Get intended ID of the string. To be overloaded by inherited classes.
| [in] | fileName | Name of the file (without path or extension) in which the string is |
| [in] | varName | Name of the variable which holds the string |
| [in] | objects | Hierarchy of script classes leading to the string, starting from the bottom-most one |
| [out] | index | Item index (when in array) |
Definition at line 19 of file LocParserRule.c.
|
inlineprotected |
| [in] | config |
Definition at line 53 of file LocParserRule.c.
|
inlineprotected |
Check if the string can be localized according to this rule. To be overloaded by inherited classes.
| [in] | fileName | Name of the file (without path or extension) in which the string is |
| [in] | varName | Name of the variable which holds the string |
| [in] | objects | Hierarchy of script classes leading to the string, starting from the bottom-most one |
| [in] | id | Intended localization ID |
| [in] | text | Content of the string |
Definition at line 45 of file LocParserRule.c.
|
protected |
Definition at line 9 of file LocParserRule.c.
|
protected |
Definition at line 7 of file LocParserRule.c.