Skip to content
This repository has been archived by the owner on Oct 22, 2024. It is now read-only.

VRage.Game.ModAPI.Ingame.MyItemType

Morten Aune Lyrstad edited this page Feb 3, 2022 · 20 revisions

IndexNamespace Index

MyItemType Struct

public struct MyItemType: IComparable<VRage.Game.ModAPI.Ingame.MyItemType>, IEquatable<VRage.Game.ModAPI.Ingame.MyItemType>

Use by MyInventoryItem

Namespace: VRage.Game.ModAPI.Ingame
Assembly: VRage.Game.dll

Implements:

Properties

Member Description
TypeId { get; } Gets TypeId of Item
SubtypeId { get; } Gets Subtype of Item

Constructors

Member Description
MyItemType(string, string)
MyItemType(MyObjectBuilderType, MyStringHash)

Methods

Member Description
Equals(MyItemType)
Equals(object)
GetHashCode()
CompareTo(MyItemType)
ToString()
Parse(string)
MakeOre(string)
MakeIngot(string)
MakeComponent(string)
MakeAmmo(string)
MakeTool(string)
Clone this wiki locally