Show / Hide Table of Contents

Class DialogSpeakers

Util for building DialogSpeaker

Inheritance
System.Object
DialogSpeakers
Namespace: BlueprintCore.Utils.Types
Assembly: BlueprintCore.dll
Syntax
public static class DialogSpeakers

Methods

| Improve this Doc View Source

New(Blueprint<BlueprintUnitReference>, Blueprint<BlueprintUnitReference>, Boolean, Boolean, Boolean)

Creates a new DialogSpeaker.

Declaration
public static DialogSpeaker New(Blueprint<BlueprintUnitReference> speaker, Blueprint<BlueprintUnitReference> speakerPortrait = null, bool moveCamera = true, bool notRevealInFoW = false, bool switchDual = false)
Parameters
Type Name Description
Blueprint<Kingmaker.Blueprints.BlueprintUnitReference> speaker
Blueprint<Kingmaker.Blueprints.BlueprintUnitReference> speakerPortrait
System.Boolean moveCamera
System.Boolean notRevealInFoW
System.Boolean switchDual
Returns
Type Description
Kingmaker.DialogSystem.DialogSpeaker
  • Improve this Doc
  • View Source
In This Article
Back to top Generated by DocFX