Click or drag to resize
IMyCubeGridUpdateBlockNeighbours Method

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

Refreshes block neighbors (checks connections)

Namespace: VRage.Game.ModAPI
Assembly: VRage.Game (in VRage.Game.dll) Version: 1.0.0.0
Syntax
C#
void UpdateBlockNeighbours(
	IMySlimBlock block
)

Parameters

block
Type: VRage.Game.ModAPIIMySlimBlock

[Missing <param name="block"/> documentation for "M:VRage.Game.ModAPI.IMyCubeGrid.UpdateBlockNeighbours(VRage.Game.ModAPI.IMySlimBlock)"]

See Also