SwiftlyS2

TargetSearchMode

Enum TargetSearchMode

Namespace: SwiftlyS2.Shared.Players

Assembly: SwiftlyS2.CS2.dll

[Flags]
public enum TargetSearchMode

Fields

  • Alive — Includes alive players in the search results.
  • Dead — Includes dead players in the search results.
  • IncludeSelf — Includes the searching player in the search results.
  • NoBots — Excludes bot players from the search results.
  • NoMultipleTargets — Limits the search to a single target only.
  • None — No specific search mode; default behavior.
  • OppositeTeamOnly — Includes only players from the opposite team in the search results.
  • TeamOnly — Includes only players from the same team in the search results.

On this page