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


public Nullable<int> Gold { get; }

Return Value