C# 클래스 ABM_creator.Consumable

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

공개 프로퍼티들

프로퍼티 타입 설명
blueprint NWN2ItemBlueprint

공개 메소드들

메소드 설명
Consumable ( int ip, int spellId, int spellLevel, int casterLevel, CNWSpell spell, bool adjustCost = true, string iconName = null ) : System
GetMissingIcons ( ) : string>.Dictionary
baseName ( int spellId ) : string
itemProperty ( int castSpellIp ) : NWN2ItemPropertyInfo

보호된 메소드들

메소드 설명
GetAuraDescription ( int spellLevel, CNWSpell spell ) : string
cost ( int spellLevel, int casterLevel ) : int
findIconName ( int spellId, CNWSpell spell, int spellLevel ) : string
flagIconMissingForSpell ( int spellId, string spellName ) : void

비공개 메소드들

메소드 설명
ConsumableName ( CNWSpell spell, int spellId, int spellLevel, int casterLevel ) : string
GetAuraStrength ( int spellLevel ) : string
GetSpellName ( NWN2Toolset spell ) : string

메소드 상세

Consumable() 공개 메소드

public Consumable ( int ip, int spellId, int spellLevel, int casterLevel, CNWSpell spell, bool adjustCost = true, string iconName = null ) : System
ip int
spellId int
spellLevel int
casterLevel int
spell CNWSpell
adjustCost bool
iconName string
리턴 System

GetAuraDescription() 보호된 메소드

protected GetAuraDescription ( int spellLevel, CNWSpell spell ) : string
spellLevel int
spell CNWSpell
리턴 string

GetMissingIcons() 공개 추상적인 메소드

public abstract GetMissingIcons ( ) : string>.Dictionary
리턴 string>.Dictionary

baseName() 공개 추상적인 메소드

public abstract baseName ( int spellId ) : string
spellId int
리턴 string

cost() 보호된 메소드

protected cost ( int spellLevel, int casterLevel ) : int
spellLevel int
casterLevel int
리턴 int

findIconName() 보호된 추상적인 메소드

protected abstract findIconName ( int spellId, CNWSpell spell, int spellLevel ) : string
spellId int
spell CNWSpell
spellLevel int
리턴 string

flagIconMissingForSpell() 보호된 메소드

protected flagIconMissingForSpell ( int spellId, string spellName ) : void
spellId int
spellName string
리턴 void

itemProperty() 공개 메소드

public itemProperty ( int castSpellIp ) : NWN2ItemPropertyInfo
castSpellIp int
리턴 NWN2ItemPropertyInfo

프로퍼티 상세

blueprint 공개적으로 프로퍼티

public NWN2ItemBlueprint blueprint
리턴 NWN2ItemBlueprint