Click or drag to resize
IMyCubeBuilderAddConstruction Method

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

Adds construction site of block with currently selected definition

Namespace: VRage.Game.ModAPI
Assembly: VRage.Game (in VRage.Game.dll) Version: 1.0.0.0
Syntax
C#
bool AddConstruction(
	IMyEntity buildingEntity
)

Parameters

buildingEntity
Type: VRage.ModAPIIMyEntity

[Missing <param name="buildingEntity"/> documentation for "M:VRage.Game.ModAPI.IMyCubeBuilder.AddConstruction(VRage.ModAPI.IMyEntity)"]

Return Value

Type: Boolean

[Missing <returns> documentation for "M:VRage.Game.ModAPI.IMyCubeBuilder.AddConstruction(VRage.ModAPI.IMyEntity)"]

See Also