Interface IPlayerUseTracking
Interface for things that get callbacks and track the using players (world objects).
Namespace: Eco.Gameplay.Utils
Assembly: Eco.Gameplay.dll
Syntax
public interface IPlayerUseTracking
Properties
UsingPlayers
Declaration
ThreadSafeList<WeakReference> UsingPlayers { get; set; }
Property Value
Type | Description |
---|---|
ThreadSafeList<System.WeakReference> |
Methods
OnUsingPlayersChange()
Declaration
virtual void OnUsingPlayersChange()