Class MyObjectBuilder_BlockItem
Inheritance
System.Object
MyObjectBuilder_BlockItem
Assembly: VRage.Game.dll
Syntax
[MyObjectBuilderDefinition]
public class MyObjectBuilder_BlockItem : MyObjectBuilder_PhysicalObject
Constructors
MyObjectBuilder_BlockItem()
Declaration
public MyObjectBuilder_BlockItem()
Fields
BlockDefId
Declaration
public SerializableDefinitionId BlockDefId
Field Value
Methods
CanStack(MyObjectBuilder_PhysicalObject)
Declaration
public override bool CanStack(MyObjectBuilder_PhysicalObject a)
Parameters
Returns
Type |
Description |
System.Boolean |
|
Overrides
CanStack(MyObjectBuilderType, MyStringHash, MyItemFlags)
Declaration
public override bool CanStack(MyObjectBuilderType typeId, MyStringHash subtypeId, MyItemFlags flags)
Parameters
Returns
Type |
Description |
System.Boolean |
|
Overrides
GetObjectId()
Declaration
public override MyDefinitionId GetObjectId()
Returns
Overrides
Extension Methods