Space Engineers
Public Attributes | List of all members
Sandbox.Game.Entities.MyComponentStack.GroupInfo Struct Reference

Public Attributes

int MountedCount
 
int TotalCount
 
int AvailableCount
 
float Integrity
 Integrity of group, increases when mounting more components More...
 
float MaxIntegrity
 
MyComponentDefinition Component
 

Detailed Description

Definition at line 24 of file MyComponentStack.cs.

Member Data Documentation

int Sandbox.Game.Entities.MyComponentStack.GroupInfo.AvailableCount

Definition at line 28 of file MyComponentStack.cs.

MyComponentDefinition Sandbox.Game.Entities.MyComponentStack.GroupInfo.Component

Definition at line 35 of file MyComponentStack.cs.

float Sandbox.Game.Entities.MyComponentStack.GroupInfo.Integrity

Integrity of group, increases when mounting more components

Definition at line 33 of file MyComponentStack.cs.

float Sandbox.Game.Entities.MyComponentStack.GroupInfo.MaxIntegrity

Definition at line 34 of file MyComponentStack.cs.

int Sandbox.Game.Entities.MyComponentStack.GroupInfo.MountedCount

Definition at line 26 of file MyComponentStack.cs.

int Sandbox.Game.Entities.MyComponentStack.GroupInfo.TotalCount

Definition at line 27 of file MyComponentStack.cs.


The documentation for this struct was generated from the following file: