Delta-v/Content.Shared/Sound/Components
blueDev2 021931580f
Add new component to Make sound on interact (#26523)
* Adds new Component: EmitSoundOnInteractUsing

* Missed an import

* File-scoping

* Replace ID check with Prototype check

* Moved component and system to shared. Set prediction to true.

* Removed impoper imports and changed namespace of component to reflect changed folder.

* Following function naming theme

* All this code is basically deltanedas's, but it was a learning experience for me

* Update Content.Shared/Sound/Components/EmitSoundOnInteractUsingComponent.cs

* Update Content.Shared/Sound/Components/EmitSoundOnInteractUsingComponent.cs

---------

Co-authored-by: metalgearsloth <31366439+metalgearsloth@users.noreply.github.com>
(cherry picked from commit daaa7c6de0d21c5b8d9c0b659eb62878a0410d3d)
2024-04-07 14:16:42 +02:00
..
BaseEmitSoundComponent.cs Refactor serialization copying to use source generators (#19412) 2023-08-22 18:14:33 -07:00
EmitSoundOnActivateComponent.cs Refactor serialization copying to use source generators (#19412) 2023-08-22 18:14:33 -07:00
EmitSoundOnCollideComponent.cs Use new ComponentPauseGenerator (#25183) 2024-03-07 00:57:05 +01:00
EmitSoundOnDropComponent.cs Refactor serialization copying to use source generators (#19412) 2023-08-22 18:14:33 -07:00
EmitSoundOnInteractUsingComponent.cs Add new component to Make sound on interact (#26523) 2024-04-07 14:16:42 +02:00
EmitSoundOnLandComponent.cs Refactor serialization copying to use source generators (#19412) 2023-08-22 18:14:33 -07:00
EmitSoundOnPickupComponent.cs Refactor serialization copying to use source generators (#19412) 2023-08-22 18:14:33 -07:00
EmitSoundOnSpawnComponent.cs Refactor serialization copying to use source generators (#19412) 2023-08-22 18:14:33 -07:00
EmitSoundOnThrowComponent.cs Refactor serialization copying to use source generators (#19412) 2023-08-22 18:14:33 -07:00
EmitSoundOnUseComponent.cs Refactor serialization copying to use source generators (#19412) 2023-08-22 18:14:33 -07:00
SpamEmitSoundComponent.cs Arcade machine improvements (#24200) 2024-04-07 14:08:06 +02:00
SpamEmitSoundRequirePowerComponent.cs Arcade machine improvements (#24200) 2024-04-07 14:08:06 +02:00