Show / Hide Table of Contents

Class MyCubeBlock.AttachedUpgradeModule

Inheritance
System.Object
MyCubeBlock.AttachedUpgradeModule
Namespace: Sandbox.Game.Entities
Assembly: Sandbox.Game.dll
Syntax
public class AttachedUpgradeModule : Object

Constructors

AttachedUpgradeModule(IMyUpgradeModule)

Declaration
public AttachedUpgradeModule(IMyUpgradeModule block)
Parameters
Type Name Description
IMyUpgradeModule block

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
Type Description
IMyUpgradeModule

Compatible

Declaration
public bool Compatible
Field Value
Type Description
System.Boolean

SlotCount

Declaration
public int SlotCount
Field Value
Type Description
System.Int32
☀
☾
In This Article
Back to top
Generated by DocFX
☀
☾