![]() |
Arma Reforger Explorer 1.7.0.54
Arma Reforger Code Explorer by Zeroy - Thanks to MisterOutofTime
|
Static Protected Member Functions | |
| static bool | AppendParam (out string text, string p) |
| static string | EncodeFormat (string text, string p1=string.Empty, string p2=string.Empty, string p3=string.Empty, string p4=string.Empty, string p5=string.Empty, string p6=string.Empty, string p7=string.Empty, string p8=string.Empty, string p9=string.Empty) |
| static string | DecodeFormat (string text, out string p1, out string p2, out string p3, out string p4, out string p5, out string p6, out string p7, out string p8, out string p9) |
| static void | SetTextFormat (TextWidget w, string text) |
Definition at line 1 of file SCR_LocalizationTools.c.
Definition at line 5 of file SCR_LocalizationTools.c.
|
inlinestaticprotected |
Decode single-line text with params to individual strings.
| text | Text with expected params | |
| [out] | p1-p9 | Params |
Definition at line 40 of file SCR_LocalizationTools.c.
|
inlinestaticprotected |
Encode text with params to single-line text.
| text | Text body |
| p1-p9 | Params |
Definition at line 16 of file SCR_LocalizationTools.c.
|
inlinestaticprotected |
Apply text with expected single-line params to text widget.
| w | Text widget |
| text | Text with expected params |
Definition at line 66 of file SCR_LocalizationTools.c.