Class MyBlockRemovalData
Inheritance
System.Object
MyBlockRemovalData
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
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 |
|