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

Interface IBuildableState

Represents the state of a buildable.

Namespace: OpenMod.Extensions.Games.Abstractions.Building
Assembly: OpenMod.Extensions.Games.Abstractions.dll
Syntax
public interface IBuildableState

Properties

| Improve this Doc View Source

Health

Gets the healh of the buildable.

Declaration
double Health { get; }
Property Value
Type Description
System.Double
| Improve this Doc View Source

StateData

Gets the state of the buildable.

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

Extension Methods

DisposeHelper.DisposeSyncOrAsync(Object)