Keyword(s) to search:
Sort results by title
Keyword Index
Extensions
.
.
::
.
.
StatToString Method
Converts a numeric ability score (3-118) to a string (3-40+)
Namespace:
AngbandOS.Core
Assembly:
AngbandOS.Core
(in AngbandOS.Core.dll)
Syntax
C#
public
static
string
StatToString
(
this
int
val
)
Parameters
val
Type:
Int32
The value of the ability score
Return Value
The display value
See Also
Extensions Class
AngbandOS.Core Namespace