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

Class NullEntityState

Represents the null entity state for entities that do not have a state.

Inheritance
System.Object
NullEntityState
Implements
IEntityState
Namespace: OpenMod.Extensions.Games.Abstractions.Entities
Assembly: OpenMod.Extensions.Games.Abstractions.dll
Syntax
public sealed class NullEntityState : object, IEntityState

Properties

| Improve this Doc View Source

Instance

Declaration
public static NullEntityState Instance { get; }
Property Value
Type Description
NullEntityState
| Improve this Doc View Source

StateData

Declaration
public byte[] StateData { get; }
Property Value
Type Description
System.Byte[]

Implements

IEntityState

Extension Methods

DisposeHelper.DisposeSyncOrAsync(Object)