Click or drag to resize
IMyCubeBlockCheckConnectionAllowed Property

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

Whether the grid should call the ConnectionAllowed method for this block (ConnectionAllowed checks mount points and other per-block requirements)

Namespace: VRage.Game.ModAPI
Assembly: VRage.Game (in VRage.Game.dll) Version: 1.0.0.0
Syntax
C#
bool CheckConnectionAllowed { get; set; }

Property Value

Type: Boolean

[Missing <value> documentation for "P:VRage.Game.ModAPI.IMyCubeBlock.CheckConnectionAllowed"]

Implements

IMyCubeBlockCheckConnectionAllowed
See Also