Method | Description | |
---|---|---|
BuildBlueprintHeader ( NWPlayer player, bool showAddedComponentList ) : string | ||
CalculateAreaAtmosphereBonus ( NWArea area ) : int | ||
CalculateCraftingDelay ( NWPlayer oPC, int skillID ) : float | ||
CalculateDifficultyDescription ( int pcLevel, int blueprintLevel ) : string | ||
CalculatePCEffectiveLevel ( NWPlayer player, int skillRank, SkillType skill ) : int | ||
CalculateReassemblyChance ( NWPlayer player, int penalty ) : int | ||
CanHandleChat ( NWObject sender ) : bool | ||
ClearPlayerCraftingData ( NWPlayer player, bool destroyComponents = false ) : void | ||
CraftItem ( NWPlayer oPC, NWPlaceable device ) : void | ||
GetAreaAtmosphereBonusText ( NWArea area ) : string | ||
GetBlueprintByID ( int craftBlueprintID ) : CraftBlueprint | ||
GetCategoriesAvailableToPC ( Guid playerID ) : List |
||
GetCategoriesAvailableToPCByDeviceID ( Guid playerID, int deviceID ) : List |
||
GetIngotLevel ( string oreResref ) : int | ||
GetIngotPerkLevel ( string oreResref ) : int | ||
GetIngotResref ( string oreResref ) : string | ||
GetPCBlueprintsByCategoryID ( Guid playerID, int categoryID ) : List |
||
GetPCBlueprintsByDeviceAndCategoryID ( Guid playerID, int deviceID, int categoryID ) : List |
||
GetPlayerCraftingData ( NWPlayer player ) : PCCraftingData | ||
SubscribeEvents ( ) : void |
Method | Description | |
---|---|---|
GetCraftBlueprintsAvailableToPlayer ( Guid playerID ) : List |
||
OnAreaEnter ( ) : void | ||
OnModuleNWNXChat ( ) : void | ||
OnModuleUseFeat ( ) : void |
public static BuildBlueprintHeader ( NWPlayer player, bool showAddedComponentList ) : string | ||
player | NWPlayer | |
showAddedComponentList | bool | |
return | string |
public static CalculateAreaAtmosphereBonus ( NWArea area ) : int | ||
area | NWArea | |
return | int |
public static CalculateCraftingDelay ( NWPlayer oPC, int skillID ) : float | ||
oPC | NWPlayer | |
skillID | int | |
return | float |
public static CalculateDifficultyDescription ( int pcLevel, int blueprintLevel ) : string | ||
pcLevel | int | |
blueprintLevel | int | |
return | string |
public static CalculatePCEffectiveLevel ( NWPlayer player, int skillRank, SkillType skill ) : int | ||
player | NWPlayer | |
skillRank | int | |
skill | SkillType | |
return | int |
public static CalculateReassemblyChance ( NWPlayer player, int penalty ) : int | ||
player | NWPlayer | |
penalty | int | |
return | int |
public static CanHandleChat ( NWObject sender ) : bool | ||
sender | NWObject | |
return | bool |
public static ClearPlayerCraftingData ( NWPlayer player, bool destroyComponents = false ) : void | ||
player | NWPlayer | |
destroyComponents | bool | |
return | void |
public static CraftItem ( NWPlayer oPC, NWPlaceable device ) : void | ||
oPC | NWPlayer | |
device | NWPlaceable | |
return | void |
public static GetAreaAtmosphereBonusText ( NWArea area ) : string | ||
area | NWArea | |
return | string |
public static GetBlueprintByID ( int craftBlueprintID ) : CraftBlueprint | ||
craftBlueprintID | int | |
return | CraftBlueprint |
public static GetCategoriesAvailableToPC ( Guid playerID ) : List |
||
playerID | Guid | |
return | List |
public static GetCategoriesAvailableToPCByDeviceID ( Guid playerID, int deviceID ) : List |
||
playerID | Guid | |
deviceID | int | |
return | List |
public static GetIngotLevel ( string oreResref ) : int | ||
oreResref | string | |
return | int |
public static GetIngotPerkLevel ( string oreResref ) : int | ||
oreResref | string | |
return | int |
public static GetIngotResref ( string oreResref ) : string | ||
oreResref | string | |
return | string |
public static GetPCBlueprintsByCategoryID ( Guid playerID, int categoryID ) : List |
||
playerID | Guid | |
categoryID | int | |
return | List |
public static GetPCBlueprintsByDeviceAndCategoryID ( Guid playerID, int deviceID, int categoryID ) : List |
||
playerID | Guid | |
deviceID | int | |
categoryID | int | |
return | List |
public static GetPlayerCraftingData ( NWPlayer player ) : PCCraftingData | ||
player | NWPlayer | |
return | PCCraftingData |