Click or drag to resize
IMyCubeBlockOnBuildSuccess Method

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

Method called when a block has been built (after adding to the grid). This is called right after placing the block and it doesn't matter whether it is fully built (creative mode) or is only construction site. Note that it is not called for blocks which do not create FatBlock at that moment.

Namespace: VRage.Game.ModAPI
Assembly: VRage.Game (in VRage.Game.dll) Version: 1.0.0.0
Syntax
C#
void OnBuildSuccess(
	long builtBy
)

Parameters

builtBy
Type: SystemInt64

[Missing <param name="builtBy"/> documentation for "M:VRage.Game.ModAPI.IMyCubeBlock.OnBuildSuccess(System.Int64)"]

See Also