C# Class wServer.realm.entities.Merchants

Inheritance: wServer.realm.entities.SellableObject
Show file Open project: C453/OryxKingdom Class Usage Examples

Public Properties

Property 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

Public Methods

Method Description
Buy ( Player player ) : void
Merchants ( short objType ) : System

Protected Methods

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

Method Details

Buy() public method

public Buy ( Player player ) : void
player Player
return void

ExportStats() protected method

protected ExportStats ( object>.IDictionary stats ) : void
stats object>.IDictionary
return void

ImportStats() protected method

protected ImportStats ( StatsType stats, object val ) : void
stats StatsType
val object
return void

Merchants() public method

public Merchants ( short objType ) : System
objType short
return System

TryDeduct() protected method

protected TryDeduct ( Player player ) : bool
player Player
return bool

Property Details

prices public property

public Dictionary> prices
return Dictionary>

shopLists public property

public Dictionary shopLists
return int[]>.Dictionary

store10List public property

public int[] store10List
return int[]

store1List public property

public int[] store1List
return int[]

store2List public property

public int[] store2List
return int[]

store3List public property

public int[] store3List
return int[]

store4List public property

public int[] store4List
return int[]

store5List public property

public int[] store5List
return int[]

store6List public property

public int[] store6List
return int[]

store7List public property

public int[] store7List
return int[]

store8List public property

public int[] store8List
return int[]

store9List public property

public int[] store9List
return int[]

trueMType public property

public int trueMType
return int

truePrice public property

public Tuple truePrice
return CurrencyType>.Tuple