Class SpeechSystem
Inheritance
System.Object
SpeechSystem
Namespace: Content.Shared.Speech
Assembly: Content.Shared.dll
Syntax
public sealed class SpeechSystem : EntitySystem
Methods
| Improve this Doc View SourceInitialize()
Declaration
public override void Initialize()
SetSpeech(EntityUid, Boolean, SpeechComponent)
Declaration
public void SetSpeech(EntityUid uid, bool value, SpeechComponent component = null)
Parameters
Type | Name | Description |
---|---|---|
EntityUid | uid | |
System.Boolean | value | |
SpeechComponent | component |