Table of Contents

Interface ISpotter

Namespace
Uncreated.Warfare.Squads.Spotted
Assembly
Uncreated.Warfare.dll

Object that can spot other objects. Right now this is either a WarfarePlayer or UAV.

public interface ISpotter : ITransformObject
Inherited Members
Extension Methods

Properties

IsTrackable

If the spotted object's position continues to update until the duration has ran out.

bool IsTrackable { get; }

Property Value

bool

Team

The team to show spotted effects to.

Team Team { get; }

Property Value

Team

Events

OnDestroyed

Runs when this spotter is no longer viable.

event Action<ISpotter>? OnDestroyed

Event Type

Action<ISpotter>