Show / Hide Table of Contents

Class MyBlockRemovalData

Inheritance
System.Object
MyBlockRemovalData
Namespace: Sandbox.Game.Entities
Assembly: Sandbox.Game.dll
Syntax
public class MyBlockRemovalData : Object

Constructors

MyBlockRemovalData(MySlimBlock, Nullable<UInt16>, Boolean)

Declaration
public MyBlockRemovalData(MySlimBlock block, Nullable<ushort> blockIdInCompound = null, bool checkExisting = false)
Parameters
Type Name Description
Sandbox.Game.Entities.Cube.MySlimBlock block
System.Nullable<System.UInt16> blockIdInCompound
System.Boolean checkExisting

Fields

Block

Declaration
public MySlimBlock Block
Field Value
Type Description
Sandbox.Game.Entities.Cube.MySlimBlock

BlockIdInCompound

Declaration
public Nullable<ushort> BlockIdInCompound
Field Value
Type Description
System.Nullable<System.UInt16>

CheckExisting

Declaration
public bool CheckExisting
Field Value
Type Description
System.Boolean
☀
☾
In This Article
Back to top
Generated by DocFX
☀
☾