Keyword(s) to search:
Sort results by title
Keyword Index
Screen
.
.
::
.
.
PrintWrap Method
Prints a string, word-wrapping it onto successive lines
Namespace:
AngbandOS.Core
Assembly:
AngbandOS.Core
(in AngbandOS.Core.dll)
Syntax
C#
public
void
PrintWrap
(
ColourEnum
a
,
string
str
)
Parameters
a
Type:
ColourEnum
The colour in which to print
str
Type:
String
The string to print
See Also
Screen Class
AngbandOS.Core Namespace