terraria-cpp2il-methodrecon v1.4.4.9
Terraria mobile dump, with reconstructed method body. Dump with CallAnalysis: https://infinitynichto.github.io/terraria-cpp2il
Loading...
Searching...
No Matches

◆ GetString() [2/2]

static string System.Xml.Res.GetString ( string name,
params object[] args )
inlinestatic

Definition at line 16 of file Res.cs.

17 {
18 string text;
19 if (name != null)
20 {
21 return text;
22 }
23 return text;
24 }

References System.name, and System.text.