Show / Hide Table of Contents

Class MyComponentStackInfo

Inheritance
System.Object
MyComponentStackInfo
Namespace: VRage.Game.ModAPI
Assembly: VRage.Game.dll
Syntax
public sealed class MyComponentStackInfo : ValueType

Fields

ComponentName

Gets component name

Declaration
public string ComponentName
Field Value
Type Description
System.String

DefinitionId

Gets definition id of the component

Declaration
public MyDefinitionId DefinitionId
Field Value
Type Description
MyDefinitionId

Icons

Gets component icons

Declaration
public string[] Icons
Field Value
Type Description
System.String[]

Integrity

Integrity of group, increases when mounting more components

Declaration
public float Integrity
Field Value
Type Description
System.Single

MaxIntegrity

Gets max integrity

Declaration
public float MaxIntegrity
Field Value
Type Description
System.Single

MountedCount

Gets mounted count

Declaration
public int MountedCount
Field Value
Type Description
System.Int32

TotalCount

Gets total count

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