Class PrereqTool
Tool for operations on Kingmaker.Blueprints.Classes.Prerequisites.Prerequisite objects.
Inheritance
System.Object
    PrereqTool
  Namespace: BlueprintCore.Utils
Assembly: BlueprintCore.dll
Syntax
public static class PrereqToolMethods
| Improve this Doc View SourceCreate<T>(Prerequisite.GroupType, Boolean, Boolean)
Instantiates a Kingmaker.Blueprints.Classes.Prerequisites.Prerequisite object and sets the provided fields.
Declaration
public static T Create<T>(Prerequisite.GroupType group, bool checkInProgression, bool hideInUI)
    where T : Prerequisite, new()Parameters
| Type | Name | Description | 
|---|---|---|
| Kingmaker.Blueprints.Classes.Prerequisites.Prerequisite.GroupType | group | |
| System.Boolean | checkInProgression | |
| System.Boolean | hideInUI | 
Returns
| Type | Description | 
|---|---|
| T | 
Type Parameters
| Name | Description | 
|---|---|
| T |