Terraria
v1.4.4.9
Terraria source code documentation
Loading...
Searching...
No Matches
◆
WindowTop
int System.Console.WindowTop
static
get
set
Definition at line
334
of file
Console.cs
.
335
{
336
get
337
{
338
return
ConsolePal.WindowTop;
339
}
340
[SupportedOSPlatform(
"windows"
)]
341
set
342
{
343
ConsolePal.WindowTop =
value
;
344
}
345
}
System.ExceptionArgument.value
@ value
System
Console
Generated by
1.10.0