C# 클래스 ABM_creator.Scroll

상속: Consumable
파일 보기 프로젝트 열기: ALandFarAway/ALFA-Base-Resources

공개 프로퍼티들

프로퍼티 타입 설명
iconsMissing string>.Dictionary

보호된 프로퍼티들

프로퍼티 타입 설명
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