VRage.Game.ModAPI.Ingame
MyItemType
Assembly: VRage.Game.dll
public struct MyItemType: IComparable<MyItemType>, IEquatable<MyItemType>
Use by MyInventoryItem
Properties
| Member | Description |
|---|---|
| SubtypeId | Gets Subtype of Item |
| TypeId | Gets TypeId of Item |
Constructors
| Member | Description |
|---|---|
| MyItemType(string, string) | |
| MyItemType(MyObjectBuilderType, MyStringHash) |
Methods
Implements: