Class NPCVoiceDefinition
Identifies a supported base-game NPC voice database.
public sealed class NPCVoiceDefinition
- Inheritance
-
NPCVoiceDefinition
- Inherited Members
- Extension Methods
Remarks
A voice definition selects a reusable clip database. Pitch remains a separate NPC setting.
Properties
DisplayName
Gets the human-readable voice name.
public string DisplayName { get; }
Property Value
Id
Gets the stable, case-insensitive S1API identifier.
public string Id { get; }
Property Value
Methods
ToString()
public override string ToString()