OpenMod Docs OpenMod Docs
OpenMod Docs OpenMod Docs
OpenMod .NET Plugin Framework.

Interface IEntityEvent

The base interface for all entity related events.

Inherited Members
IEvent.Arguments
IEvent.Data
Namespace: OpenMod.Extensions.Games.Abstractions.Entities
Assembly: OpenMod.Extensions.Games.Abstractions.dll
Syntax
public interface IEntityEvent : IEvent

Properties

| Improve this Doc View Source

Entity

Gets the entity related to the event.

Declaration
IEntity Entity { get; }
Property Value
Type Description
IEntity

Extension Methods

DisposeHelper.DisposeSyncOrAsync(Object)