Table of Contents

Method FromInt32

Namespace
GuildWars2
Assembly
GW2SDK.dll

FromInt32(int)

Creates a Coin value from an int value.

public static Coin FromInt32(int quantity)

Parameters

quantity int

The int value representing the amount of coins.

Returns

Coin

The Coin value.