Click or drag to resize
IMyCubeBlockGetObjectBuilderCubeBlock Method

[This is preliminary documentation and is subject to change.]

Returns block object builder which can be serialized or added to grid

Namespace: VRage.Game.ModAPI
Assembly: VRage.Game (in VRage.Game.dll) Version: 1.0.0.0
Syntax
C#
MyObjectBuilder_CubeBlock GetObjectBuilderCubeBlock(
	bool copy = false
)

Parameters

copy (Optional)
Type: SystemBoolean
Set if creating a copy of block

Return Value

Type: MyObjectBuilder_CubeBlock
Block object builder
See Also