Class KnownItemTypes
Represents common item types. Support depends on the game.
Inheritance
System.Object
KnownItemTypes
Assembly: OpenMod.Extensions.Games.Abstractions.dll
Syntax
public static class KnownItemTypes : object
Fields
|
Improve this Doc
View Source
Drinkable
Declaration
public const string Drinkable = null
Field Value
Type |
Description |
System.String |
|
|
Improve this Doc
View Source
Food
Declaration
public const string Food = null
Field Value
Type |
Description |
System.String |
|
|
Improve this Doc
View Source
Grenade
Declaration
public const string Grenade = null
Field Value
Type |
Description |
System.String |
|
|
Improve this Doc
View Source
Melee
Declaration
public const string Melee = null
Field Value
Type |
Description |
System.String |
|
|
Improve this Doc
View Source
Declaration
public const string Tool = null
Field Value
Type |
Description |
System.String |
|
|
Improve this Doc
View Source
Weapon
Declaration
public const string Weapon = null
Field Value
Type |
Description |
System.String |
|