C# Class ABM_creator.Globals

Afficher le fichier Open project: ALandFarAway/ALFA-Base-Resources

Méthodes publiques

Свойство Type Description
customTlk TalkTable
globalItemCollection NWN2BlueprintCollection
iconHash int>.Dictionary
items NWN2BlueprintCollection
mod NWN2GameModule
repository IResourceRepository
spells CNWSpellArray
spellschools2da TwoDAFile
tdaManager TwoDAManager

Méthodes publiques

Méthode Description
AddBlueprint ( NWN2ItemBlueprint ibp ) : void
AddBlueprint ( NWN2StoreBlueprint bp ) : void
GetTlkEntry ( uint num ) : string
getIconId ( string iconName ) : int

Private Methods

Méthode Description
Globals ( ) : System

Method Details

AddBlueprint() static public méthode

static public AddBlueprint ( NWN2ItemBlueprint ibp ) : void
ibp NWN2ItemBlueprint
Résultat void

AddBlueprint() static public méthode

static public AddBlueprint ( NWN2StoreBlueprint bp ) : void
bp NWN2StoreBlueprint
Résultat void

GetTlkEntry() static public méthode

static public GetTlkEntry ( uint num ) : string
num uint
Résultat string

getIconId() static public méthode

static public getIconId ( string iconName ) : int
iconName string
Résultat int

Property Details

customTlk static_oe public_oe property

static public TalkTable customTlk
Résultat TalkTable

globalItemCollection static_oe public_oe property

static public NWN2BlueprintCollection globalItemCollection
Résultat NWN2BlueprintCollection

iconHash static_oe public_oe property

static public Dictionary iconHash
Résultat int>.Dictionary

items static_oe public_oe property

static public NWN2BlueprintCollection items
Résultat NWN2BlueprintCollection

mod static_oe public_oe property

static public NWN2GameModule mod
Résultat NWN2GameModule

repository static_oe public_oe property

static public IResourceRepository repository
Résultat IResourceRepository

spells static_oe public_oe property

static public CNWSpellArray spells
Résultat CNWSpellArray

spellschools2da static_oe public_oe property

static public TwoDAFile spellschools2da
Résultat TwoDAFile

tdaManager static_oe public_oe property

static public TwoDAManager tdaManager
Résultat TwoDAManager