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

Afficher le fichier Open project: C453/OryxKingdom Class Usage Examples

Méthodes publiques

Свойство Type Description
ItemName string
Itemprice int
PricesList List
SellSlots List
item short
prices int>.Dictionary

Méthodes publiques

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

Method Details

AddPrice() public méthode

public AddPrice ( int price ) : void
price int
Résultat void

GetPrices() public méthode

public GetPrices ( Player p ) : int
p Player
Résultat int

HasPrices() public méthode

public HasPrices ( Player p ) : bool
p Player
Résultat bool

ItemPrice() public méthode

public ItemPrice ( string name ) : int
name string
Résultat int

Prices() public méthode

public Prices ( ) : System
Résultat System

Property Details

ItemName public_oe property

public string ItemName
Résultat string

Itemprice public_oe property

public int Itemprice
Résultat int

PricesList public_oe property

public List PricesList
Résultat List

SellSlots public_oe property

public List SellSlots
Résultat List

item public_oe property

public short item
Résultat short

prices public_oe property

public Dictionary prices
Résultat int>.Dictionary