C# Класс ABM_creator.Potion

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

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

Свойство Тип Описание
iconsMissing string>.Dictionary

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

Метод Описание
GetMissingIcons ( ) : string>.Dictionary
Potion ( int ip, int spellId, int spellLevel, int casterLevel, CNWSpell spell ) : System
baseName ( int spellId ) : string

Защищенные методы

Метод Описание
findIconName ( int spellId, CNWSpell spell, int spellLevel ) : string

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

GetMissingIcons() публичный метод

public GetMissingIcons ( ) : string>.Dictionary
Результат string>.Dictionary

Potion() публичный метод

public Potion ( int ip, int spellId, int spellLevel, int casterLevel, CNWSpell spell ) : System
ip int
spellId int
spellLevel int
casterLevel int
spell CNWSpell
Результат System

baseName() публичный метод

public baseName ( int spellId ) : string
spellId int
Результат string

findIconName() защищенный метод

protected findIconName ( int spellId, CNWSpell spell, int spellLevel ) : string
spellId int
spell CNWSpell
spellLevel int
Результат string

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

iconsMissing статическое публичное свойство

static public Dictionary iconsMissing
Результат string>.Dictionary