Vixen
02b45cc4
csharp
public enum EventStealMode

What happens when an event is asked to play and it already has all it is allowed.

No guide page documents this yet — the page shows what the code says about itself.

Fields and properties (4)

  • None

    Nothing. The request is refused and returns VoiceHandle.None.

  • Oldest

    The one that started first gives way.

  • Newest

    The one that started last gives way.

  • Quietest

    The one that is hardest to hear gives way.

Used by (10)

  • AudioEventVixen.Audio
  • AudioEventAssetVixen.Audio
  • AudioEventAssetTestsVixen.Audio.Tests
  • AudioEventDescriptionVixen.Audio
  • AudioEventSystemTestsVixen.Audio.Tests
  • AudioEventTestsVixen.Audio.Tests
  • LayeredEventTestsVixen.Audio.Tests
  • ScattererTestsVixen.Audio.Tests
  • TypeRegistrationVixen.Audio
  • Vixen_Audio_Assets_AudioEventAssetSerializerVixen.Audio