C# 클래스 ACR_Items.GenerateHelmet

상속: CLRScriptFramework.CLRScriptBase
파일 보기 프로젝트 열기: ALandFarAway/ALFA-Base-Resources 1 사용 예제들

공개 프로퍼티들

프로퍼티 타입 설명
AbilityNames string>.Dictionary
AvailableAbilities int>.Dictionary
AvailableBonusSpells List
AvailableFeats int>.Dictionary
AvailableImmunities int>.Dictionary
AvailableSaveTypes List
AvailableSkills List
BonusSpellNames string>.Dictionary
FeatNames string>.Dictionary
ImmunityNames string>.Dictionary
SaveTypeNames string>.Dictionary
SkillNames string>.Dictionary

공개 메소드들

메소드 설명
NewHelmet ( CLRScriptBase script, int maxValue ) : int

메소드 상세

NewHelmet() 공개 정적인 메소드

public static NewHelmet ( CLRScriptBase script, int maxValue ) : int
script CLRScriptFramework.CLRScriptBase
maxValue int
리턴 int

프로퍼티 상세

AbilityNames 공개적으로 정적으로 프로퍼티

public static Dictionary AbilityNames
리턴 string>.Dictionary

AvailableAbilities 공개적으로 정적으로 프로퍼티

public static Dictionary AvailableAbilities
리턴 int>.Dictionary

AvailableBonusSpells 공개적으로 정적으로 프로퍼티

public static List AvailableBonusSpells
리턴 List

AvailableFeats 공개적으로 정적으로 프로퍼티

public static Dictionary AvailableFeats
리턴 int>.Dictionary

AvailableImmunities 공개적으로 정적으로 프로퍼티

public static Dictionary AvailableImmunities
리턴 int>.Dictionary

AvailableSaveTypes 공개적으로 정적으로 프로퍼티

public static List AvailableSaveTypes
리턴 List

AvailableSkills 공개적으로 정적으로 프로퍼티

public static List AvailableSkills
리턴 List

BonusSpellNames 공개적으로 정적으로 프로퍼티

public static Dictionary BonusSpellNames
리턴 string>.Dictionary

FeatNames 공개적으로 정적으로 프로퍼티

public static Dictionary FeatNames
리턴 string>.Dictionary

ImmunityNames 공개적으로 정적으로 프로퍼티

public static Dictionary ImmunityNames
리턴 string>.Dictionary

SaveTypeNames 공개적으로 정적으로 프로퍼티

public static Dictionary SaveTypeNames
리턴 string>.Dictionary

SkillNames 공개적으로 정적으로 프로퍼티

public static Dictionary SkillNames
리턴 string>.Dictionary