C# Class wServer.realm.entities.player.Prices

Show file Open project: C453/OryxKingdom Class Usage Examples

Public Properties

Property Type Description
ItemName string
Itemprice int
PricesList List
SellSlots List
item short
prices int>.Dictionary

Public Methods

Method Description
AddPrice ( int price ) : void
GetPrices ( Player p ) : int
HasPrices ( Player p ) : bool
ItemPrice ( string name ) : int
Prices ( ) : System

Method Details

AddPrice() public method

public AddPrice ( int price ) : void
price int
return void

GetPrices() public method

public GetPrices ( Player p ) : int
p Player
return int

HasPrices() public method

public HasPrices ( Player p ) : bool
p Player
return bool

ItemPrice() public method

public ItemPrice ( string name ) : int
name string
return int

Prices() public method

public Prices ( ) : System
return System

Property Details

ItemName public property

public string ItemName
return string

Itemprice public property

public int Itemprice
return int

PricesList public property

public List PricesList
return List

SellSlots public property

public List SellSlots
return List

item public property

public short item
return short

prices public property

public Dictionary prices
return int>.Dictionary