Class MyCubeBlock.AttachedUpgradeModule
Inheritance
System.Object
MyCubeBlock.AttachedUpgradeModule
Assembly: Sandbox.Game.dll
Syntax
public class AttachedUpgradeModule : Object
Constructors
AttachedUpgradeModule(IMyUpgradeModule)
Declaration
public AttachedUpgradeModule(IMyUpgradeModule block)
Parameters
AttachedUpgradeModule(IMyUpgradeModule, Int32, Boolean)
Declaration
public AttachedUpgradeModule(IMyUpgradeModule block, int slotCount, bool compatible)
Parameters
Type |
Name |
Description |
IMyUpgradeModule |
block |
|
System.Int32 |
slotCount |
|
System.Boolean |
compatible |
|
Fields
Block
Declaration
public IMyUpgradeModule Block
Field Value
Compatible
Declaration
Field Value
Type |
Description |
System.Boolean |
|
SlotCount
Declaration
Field Value
Type |
Description |
System.Int32 |
|