Keyword(s) to search:
Sort results by title
Keyword Index
Extensions
.
.
::
.
.
IndexToLabel Method
Converts an index (0-37) to a letter (a-z) for an inventory or equipment slot
Namespace:
AngbandOS.Core
Assembly:
AngbandOS.Core
(in AngbandOS.Core.dll)
Syntax
C#
public
static
char
IndexToLabel
(
this
int
i
)
Parameters
i
Type:
Int32
The index
Return Value
The letter
See Also
Extensions Class
AngbandOS.Core Namespace