Property | Type | Description | |
---|---|---|---|
customTlk | TalkTable | ||
globalItemCollection | NWN2BlueprintCollection | ||
iconHash | int>.Dictionary | ||
items | NWN2BlueprintCollection | ||
mod | NWN2GameModule | ||
repository | IResourceRepository | ||
spells | CNWSpellArray | ||
spellschools2da | TwoDAFile | ||
tdaManager | TwoDAManager |
Method | Description | |
---|---|---|
AddBlueprint ( NWN2ItemBlueprint ibp ) : void | ||
AddBlueprint ( NWN2StoreBlueprint bp ) : void | ||
GetTlkEntry ( uint num ) : string | ||
getIconId ( string iconName ) : int |
Method | Description | |
---|---|---|
Globals ( ) : System |
static public AddBlueprint ( NWN2ItemBlueprint ibp ) : void | ||
ibp | NWN2ItemBlueprint | |
return | void |
static public AddBlueprint ( NWN2StoreBlueprint bp ) : void | ||
bp | NWN2StoreBlueprint | |
return | void |
static public GetTlkEntry ( uint num ) : string | ||
num | uint | |
return | string |
static public getIconId ( string iconName ) : int | ||
iconName | string | |
return | int |
static public NWN2BlueprintCollection globalItemCollection | ||
return | NWN2BlueprintCollection |
static public NWN2BlueprintCollection items | ||
return | NWN2BlueprintCollection |
static public IResourceRepository repository | ||
return | IResourceRepository |
static public TwoDAFile spellschools2da | ||
return | TwoDAFile |