Show / Hide Table of Contents

Class AchievementGroupDataRefs

Constant references to AchievementGroupData blueprints

Inheritance
System.Object
AchievementGroupDataRefs
Namespace: BlueprintCore.Blueprints.References
Assembly: BlueprintCore.dll
Syntax
public static class AchievementGroupDataRefs
Remarks

The All field is a list with a reference to all blueprints.

If you need a different reference type you can cast using Cast<T>()

.

Fields

| Improve this Doc View Source

All

Declaration
public static readonly List<Blueprint<BlueprintReference<AchievementGroupData>>> All
Field Value
Type Description
System.Collections.Generic.List<Blueprint<Kingmaker.Blueprints.BlueprintReference<Kingmaker.Achievements.Blueprints.AchievementGroupData>>>
| Improve this Doc View Source

DLC1TrophyGroup

Declaration
public static readonly Blueprint<BlueprintReference<AchievementGroupData>> DLC1TrophyGroup
Field Value
Type Description
Blueprint<Kingmaker.Blueprints.BlueprintReference<Kingmaker.Achievements.Blueprints.AchievementGroupData>>
| Improve this Doc View Source

DLC2TrophyGroup

Declaration
public static readonly Blueprint<BlueprintReference<AchievementGroupData>> DLC2TrophyGroup
Field Value
Type Description
Blueprint<Kingmaker.Blueprints.BlueprintReference<Kingmaker.Achievements.Blueprints.AchievementGroupData>>
| Improve this Doc View Source

DLC2TrophyGroupPack2

Declaration
public static readonly Blueprint<BlueprintReference<AchievementGroupData>> DLC2TrophyGroupPack2
Field Value
Type Description
Blueprint<Kingmaker.Blueprints.BlueprintReference<Kingmaker.Achievements.Blueprints.AchievementGroupData>>
| Improve this Doc View Source

DLC3TrophyGroup

Declaration
public static readonly Blueprint<BlueprintReference<AchievementGroupData>> DLC3TrophyGroup
Field Value
Type Description
Blueprint<Kingmaker.Blueprints.BlueprintReference<Kingmaker.Achievements.Blueprints.AchievementGroupData>>
| Improve this Doc View Source

DLC3TrophyGroupPack2

Declaration
public static readonly Blueprint<BlueprintReference<AchievementGroupData>> DLC3TrophyGroupPack2
Field Value
Type Description
Blueprint<Kingmaker.Blueprints.BlueprintReference<Kingmaker.Achievements.Blueprints.AchievementGroupData>>
| Improve this Doc View Source

DLC3TrophyGroupPack3

Declaration
public static readonly Blueprint<BlueprintReference<AchievementGroupData>> DLC3TrophyGroupPack3
Field Value
Type Description
Blueprint<Kingmaker.Blueprints.BlueprintReference<Kingmaker.Achievements.Blueprints.AchievementGroupData>>
| Improve this Doc View Source

DLC4TrophyGroup

Declaration
public static readonly Blueprint<BlueprintReference<AchievementGroupData>> DLC4TrophyGroup
Field Value
Type Description
Blueprint<Kingmaker.Blueprints.BlueprintReference<Kingmaker.Achievements.Blueprints.AchievementGroupData>>
| Improve this Doc View Source

DLC5TrophyGroup

Declaration
public static readonly Blueprint<BlueprintReference<AchievementGroupData>> DLC5TrophyGroup
Field Value
Type Description
Blueprint<Kingmaker.Blueprints.BlueprintReference<Kingmaker.Achievements.Blueprints.AchievementGroupData>>
| Improve this Doc View Source

DLC5TrophyGroupPack2

Declaration
public static readonly Blueprint<BlueprintReference<AchievementGroupData>> DLC5TrophyGroupPack2
Field Value
Type Description
Blueprint<Kingmaker.Blueprints.BlueprintReference<Kingmaker.Achievements.Blueprints.AchievementGroupData>>
| Improve this Doc View Source

DLC6TrophyGroup

Declaration
public static readonly Blueprint<BlueprintReference<AchievementGroupData>> DLC6TrophyGroup
Field Value
Type Description
Blueprint<Kingmaker.Blueprints.BlueprintReference<Kingmaker.Achievements.Blueprints.AchievementGroupData>>
  • Improve this Doc
  • View Source
In This Article
Back to top Generated by DocFX