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 SourceHealth
Gets the healh of the buildable.
Declaration
double Health { get; }
Property Value
| Type | Description |
|---|---|
| System.Double |
StateData
Gets the state of the buildable.
Declaration
byte[] StateData { get; }
Property Value
| Type | Description |
|---|---|
| System.Byte[] |