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

Class RustBuildingBlockState

Inheritance
System.Object
RustBuildingBlockState
Implements
IBuildableState
Namespace: OpenMod.Rust.Building
Assembly: OpenMod.Rust.dll
Syntax
public class RustBuildingBlockState : object, IBuildableState

Constructors

| Improve this Doc View Source

RustBuildingBlockState(BuildingBlock)

Declaration
public RustBuildingBlockState(BuildingBlock buildingBlock)
Parameters
Type Name Description
BuildingBlock buildingBlock
| Improve this Doc View Source

RustBuildingBlockState(Byte[])

Declaration
public RustBuildingBlockState(byte[] data)
Parameters
Type Name Description
System.Byte[] data

Properties

| Improve this Doc View Source

Health

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

StateData

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

Implements

IBuildableState

Extension Methods

DisposeHelper.DisposeSyncOrAsync(Object)