C# 클래스 ABM_creator.Globals

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

공개 프로퍼티들

프로퍼티 타입 설명
customTlk TalkTable
globalItemCollection NWN2BlueprintCollection
iconHash int>.Dictionary
items NWN2BlueprintCollection
mod NWN2GameModule
repository IResourceRepository
spells CNWSpellArray
spellschools2da TwoDAFile
tdaManager TwoDAManager

공개 메소드들

메소드 설명
AddBlueprint ( NWN2ItemBlueprint ibp ) : void
AddBlueprint ( NWN2StoreBlueprint bp ) : void
GetTlkEntry ( uint num ) : string
getIconId ( string iconName ) : int

비공개 메소드들

메소드 설명
Globals ( ) : System

메소드 상세

AddBlueprint() 정적인 공개 메소드

static public AddBlueprint ( NWN2ItemBlueprint ibp ) : void
ibp NWN2ItemBlueprint
리턴 void

AddBlueprint() 정적인 공개 메소드

static public AddBlueprint ( NWN2StoreBlueprint bp ) : void
bp NWN2StoreBlueprint
리턴 void

GetTlkEntry() 정적인 공개 메소드

static public GetTlkEntry ( uint num ) : string
num uint
리턴 string

getIconId() 정적인 공개 메소드

static public getIconId ( string iconName ) : int
iconName string
리턴 int

프로퍼티 상세

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

static public TalkTable customTlk
리턴 TalkTable

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

static public NWN2BlueprintCollection globalItemCollection
리턴 NWN2BlueprintCollection

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

static public Dictionary iconHash
리턴 int>.Dictionary

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

static public NWN2BlueprintCollection items
리턴 NWN2BlueprintCollection

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

static public NWN2GameModule mod
리턴 NWN2GameModule

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

static public IResourceRepository repository
리턴 IResourceRepository

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

static public CNWSpellArray spells
리턴 CNWSpellArray

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

static public TwoDAFile spellschools2da
리턴 TwoDAFile

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

static public TwoDAManager tdaManager
리턴 TwoDAManager