Keyword(s) to search:
Sort results by title
Keyword Index
Extensions
.
.
::
.
.
PluralizeMonsterName Method
Pluralizes a monster name, with various special cases for unusual names
Namespace:
AngbandOS.Core
Assembly:
AngbandOS.Core
(in AngbandOS.Core.dll)
Syntax
C#
public
static
string
PluralizeMonsterName
(
this
string
name
)
Parameters
name
Type:
String
The name to pluralize.
Return Value
The plural form of the name.
See Also
Extensions Class
AngbandOS.Core Namespace