Click or drag to resize
MyObjectBuilder_GasContainerObjectCanStack Method

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

[Missing <summary> documentation for "M:Sandbox.Common.ObjectBuilders.Definitions.MyObjectBuilder_GasContainerObject.CanStack(VRage.Game.MyObjectBuilder_PhysicalObject)"]

Namespace: Sandbox.Common.ObjectBuilders.Definitions
Assembly: SpaceEngineers.ObjectBuilders (in SpaceEngineers.ObjectBuilders.dll) Version: 1.0.0.0
Syntax
C#
public override bool CanStack(
	MyObjectBuilder_PhysicalObject a
)

Parameters

a
Type: MyObjectBuilder_PhysicalObject

[Missing <param name="a"/> documentation for "M:Sandbox.Common.ObjectBuilders.Definitions.MyObjectBuilder_GasContainerObject.CanStack(VRage.Game.MyObjectBuilder_PhysicalObject)"]

Return Value

Type: Boolean

[Missing <returns> documentation for "M:Sandbox.Common.ObjectBuilders.Definitions.MyObjectBuilder_GasContainerObject.CanStack(VRage.Game.MyObjectBuilder_PhysicalObject)"]

See Also