C# Класс wServer.realm.entities.player.Prices

Показать файл Открыть проект Примеры использования класса

Открытые свойства

Свойство Тип Описание
ItemName string
Itemprice int
PricesList List
SellSlots List
item short
prices int>.Dictionary

Открытые методы

Метод Описание
AddPrice ( int price ) : void
GetPrices ( Player p ) : int
HasPrices ( Player p ) : bool
ItemPrice ( string name ) : int
Prices ( ) : System

Описание методов

AddPrice() публичный Метод

public AddPrice ( int price ) : void
price int
Результат void

GetPrices() публичный Метод

public GetPrices ( Player p ) : int
p Player
Результат int

HasPrices() публичный Метод

public HasPrices ( Player p ) : bool
p Player
Результат bool

ItemPrice() публичный Метод

public ItemPrice ( string name ) : int
name string
Результат int

Prices() публичный Метод

public Prices ( ) : System
Результат System

Описание свойств

ItemName публичное свойство

public string ItemName
Результат string

Itemprice публичное свойство

public int Itemprice
Результат int

PricesList публичное свойство

public List PricesList
Результат List

SellSlots публичное свойство

public List SellSlots
Результат List

item публичное свойство

public short item
Результат short

prices публичное свойство

public Dictionary prices
Результат int>.Dictionary