Interface IMyShipWelder
Describes ship welder interface (mods interface)
Inherited Members
Namespace: Sandbox.ModAPI
Assembly: Sandbox.Common.dll
Syntax
public interface IMyShipWelder : IMyShipToolBase, IMyFunctionalBlock, IMyTerminalBlock, IMyCubeBlock, IMyEntity, IMyShipWelder, IMyShipToolBase, IMyFunctionalBlock, IMyTerminalBlock, IMyCubeBlock, IMyEntity
Methods
IsWithinWorldLimits(IMyProjector, String, Int32)
Determines whether the projected grid still fits within block limits set by server after a new block is added
Declaration
bool IsWithinWorldLimits(IMyProjector projector, string name, int pcuToBuild)
Parameters
| Type | Name | Description |
|---|---|---|
| IMyProjector | projector | |
| System.String | name | |
| System.Int32 | pcuToBuild |
Returns
| Type | Description |
|---|---|
| System.Boolean |