Keyword(s) to search:
Sort results by title
Keyword Index
Screen
.
.
::
.
.
Goto Method
Moves the cursor and print location to a new position
Namespace:
AngbandOS.Core
Assembly:
AngbandOS.Core
(in AngbandOS.Core.dll)
Syntax
C#
public
void
Goto
(
int
row
,
int
col
)
Parameters
row
Type:
Int32
The row at which to print
col
Type:
Int32
The column at which to print
See Also
Screen Class
AngbandOS.Core Namespace