Table of Contents

Constructor Coin

Namespace
GuildWars2
Assembly
GW2SDK.dll

Coin(int, int, int)

Initializes a new instance of the Coin struct with the specified amount of gold, silver, and copper coins.

public Coin(int gold, int silver, int copper)

Parameters

gold int

The amount of gold coins.

silver int

The amount of silver coins.

copper int

The amount of copper coins.

Coin(int, int)

Initializes a new instance of the Coin struct with the specified amount of silver and copper coins.

public Coin(int silver, int copper)

Parameters

silver int

The amount of silver coins.

copper int

The amount of copper coins.

Coin(int)

Initializes a new instance of the Coin struct with the specified amount of copper coins.

public Coin(int amount)

Parameters

amount int

The total number of copper coins.