C# Class wServer.realm.entities.Merchants

Inheritance: wServer.realm.entities.SellableObject
Afficher le fichier Open project: C453/OryxKingdom Class Usage Examples

Méthodes publiques

Свойство Type Description
prices Dictionary>
shopLists int[]>.Dictionary
store10List int[]
store1List int[]
store2List int[]
store3List int[]
store4List int[]
store5List int[]
store6List int[]
store7List int[]
store8List int[]
store9List int[]
trueMType int
truePrice CurrencyType>.Tuple

Méthodes publiques

Méthode Description
Buy ( Player player ) : void
Merchants ( short objType ) : System

Méthodes protégées

Méthode Description
ExportStats ( object>.IDictionary stats ) : void
ImportStats ( StatsType stats, object val ) : void
TryDeduct ( Player player ) : bool

Method Details

Buy() public méthode

public Buy ( Player player ) : void
player Player
Résultat void

ExportStats() protected méthode

protected ExportStats ( object>.IDictionary stats ) : void
stats object>.IDictionary
Résultat void

ImportStats() protected méthode

protected ImportStats ( StatsType stats, object val ) : void
stats StatsType
val object
Résultat void

Merchants() public méthode

public Merchants ( short objType ) : System
objType short
Résultat System

TryDeduct() protected méthode

protected TryDeduct ( Player player ) : bool
player Player
Résultat bool

Property Details

prices public_oe property

public Dictionary> prices
Résultat Dictionary>

shopLists public_oe property

public Dictionary shopLists
Résultat int[]>.Dictionary

store10List public_oe property

public int[] store10List
Résultat int[]

store1List public_oe property

public int[] store1List
Résultat int[]

store2List public_oe property

public int[] store2List
Résultat int[]

store3List public_oe property

public int[] store3List
Résultat int[]

store4List public_oe property

public int[] store4List
Résultat int[]

store5List public_oe property

public int[] store5List
Résultat int[]

store6List public_oe property

public int[] store6List
Résultat int[]

store7List public_oe property

public int[] store7List
Résultat int[]

store8List public_oe property

public int[] store8List
Résultat int[]

store9List public_oe property

public int[] store9List
Résultat int[]

trueMType public_oe property

public int trueMType
Résultat int

truePrice public_oe property

public Tuple truePrice
Résultat CurrencyType>.Tuple