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.ModAPIAssembly: VRage.Game (in VRage.Game.dll) Version: 1.0.0.0
Syntax MyObjectBuilder_CubeBlock GetObjectBuilderCubeBlock(
bool copy = false
)
Parameters
- copy (Optional)
- Type: SystemBoolean
Set if creating a copy of block
Return Value
Type:
MyObjectBuilder_CubeBlockBlock object builder
See Also