Show / Hide Table of Contents

Enum DuplicateConditions

See DuplicateCondition.

Namespace: Content.Shared.DoAfter
Assembly: Content.Shared.dll
Syntax
public enum DuplicateConditions : byte

Fields

Name Description
All
None

This DoAfter will consider any other DoAfter with the same user to be a duplicate.

SameEvent

Requires that the types match in order to be considered a duplicate.

SameTarget

Requires that refers to the same entity in order to be considered a duplicate.

SameTool

Requires that refers to the same entity in order to be considered a duplicate.

  • Improve this Doc
  • View Source
☀
☾
In This Article
Back to top
Generated by DocFX
☀
☾