Click or drag to resize
IMyProjectorBuild Method
v01.180.0 (Beta)

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

Adds the first component to construction stockpile and creates the block. This doesn't remove materials from inventory on its own.

Namespace: Sandbox.ModAPI
Assembly: Sandbox.Common (in Sandbox.Common.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
void Build(
	IMySlimBlock cubeBlock,
	long owner,
	long builder,
	bool requestInstant
)

Parameters

cubeBlock
Type: IMySlimBlock
owner
Type: SystemInt64
builder
Type: SystemInt64
requestInstant
Type: SystemBoolean
See Also