TModLoader v1.4.4.9
TModLoader source code documentation
Loading...
Searching...
No Matches

◆ ReadLineInput()

static string Terraria.Main.ReadLineInput ( )
inlinestaticprivate

Definition at line 6052 of file Main.cs.

6053 {
6054 string text = null;
6055 do
6056 {
6057 text = Console.ReadLine();
6058 }
6059 while (text == null);
6060 return text;
6061 }
@ Console
Command can be used in server console during MP.

References Terraria.ModLoader.Console.

Referenced by Terraria.Main.DedServ_PostModLoad().

+ Here is the caller graph for this function: