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 SourceNew(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 |