C# Class ExampleMod.ExampleCustomCurrency

Inheritance: CustomCurrencySingleCoin
Afficher le fichier Open project: bluemagic123/tModLoader

Méthodes publiques

Свойство Type Description
ExampleCustomCurrencyTextColor Color

Méthodes publiques

Méthode Description
ExampleCustomCurrency ( int coinItemID, long currencyCap ) : Microsoft.Xna.Framework
GetPriceText ( string lines, int &currentLine, int price ) : void

Method Details

ExampleCustomCurrency() public méthode

public ExampleCustomCurrency ( int coinItemID, long currencyCap ) : Microsoft.Xna.Framework
coinItemID int
currencyCap long
Résultat Microsoft.Xna.Framework

GetPriceText() public méthode

public GetPriceText ( string lines, int &currentLine, int price ) : void
lines string
currentLine int
price int
Résultat void

Property Details

ExampleCustomCurrencyTextColor public_oe property

public Color ExampleCustomCurrencyTextColor
Résultat Color