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

Datei anzeigen 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_oe property

public string ItemName
return string

Itemprice public_oe property

public int Itemprice
return int

PricesList public_oe property

public List PricesList
return List

SellSlots public_oe property

public List SellSlots
return List

item public_oe property

public short item
return short

prices public_oe property

public Dictionary prices
return int>.Dictionary