Keyword(s) to search:
Sort results by title
Keyword Index
GameServer
.
.
::
.
.
Gold Property
Returns the current amount of gold the player has. If the player is dead, null is returned.
Namespace:
AngbandOS.Core
Assembly:
AngbandOS.Core
(in AngbandOS.Core.dll)
Syntax
C#
public
Nullable
<
int
>
Gold
{
get
; }
Return Value
See Also
GameServer Class
AngbandOS.Core Namespace