Click or drag to resize
IMySlimBlockCanContinueBuild Method

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

Can we continue to weld this block?

Namespace: VRage.Game.ModAPI
Assembly: VRage.Game (in VRage.Game.dll) Version: 1.0.0.0
Syntax
C#
bool CanContinueBuild(
	IMyInventory sourceInventory
)

Parameters

sourceInventory
Type: VRage.Game.ModAPIIMyInventory
Source inventory that is used for components

Return Value

Type: Boolean

[Missing <returns> documentation for "M:VRage.Game.ModAPI.IMySlimBlock.CanContinueBuild(VRage.Game.ModAPI.IMyInventory)"]

See Also