Show / Hide Table of Contents

Class TriggerOnVoiceComponent

Sends a trigger when the keyphrase is heard

Inheritance
System.Object
TriggerOnVoiceComponent
Namespace: Content.Server.Explosion.Components
Assembly: Content.Server.dll
Syntax
public sealed class TriggerOnVoiceComponent : Component

Fields

| Improve this Doc View Source

IsRecording

Declaration
public bool IsRecording
Field Value
Type Description
System.Boolean
| Improve this Doc View Source

KeyPhrase

Declaration
public string? KeyPhrase
Field Value
Type Description
System.Nullable<System.String>
| Improve this Doc View Source

MaxLength

Declaration
public int MaxLength
Field Value
Type Description
System.Int32
| Improve this Doc View Source

MinLength

Declaration
public int MinLength
Field Value
Type Description
System.Int32

Properties

| Improve this Doc View Source

IsListening

Declaration
public bool IsListening { get; }
Property Value
Type Description
System.Boolean
| Improve this Doc View Source

ListenRange

Declaration
public int ListenRange { get; }
Property Value
Type Description
System.Int32
  • Improve this Doc
  • View Source
☀
☾
In This Article
Back to top
Generated by DocFX
☀
☾