C# Класс ABM_creator.Scroll

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

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

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

Защищенные свойства (Protected)

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

scrollIcons статическое защищенное свойство

static protected Dictionary scrollIcons
Результат string>.Dictionary