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

◆ TextMaxLengthForScreen

int Terraria.GameContent.UI.Chat.LegacyChatMonitor.TextMaxLengthForScreen
get

Definition at line 14 of file LegacyChatMonitor.cs.

15 {
16 get
17 {
18 if (!true)
19 {
20 }
21 return Main.screenWidth;
22 }
23 }