OpenMod Docs OpenMod Docs
OpenMod Docs OpenMod Docs
OpenMod .NET Plugin Framework.

Class KnownEntityTypes

Represents common entity types. Support depends on the game.

Inheritance
System.Object
KnownEntityTypes
Namespace: OpenMod.Extensions.Games.Abstractions.Entities
Assembly: OpenMod.Extensions.Games.Abstractions.dll
Syntax
public static class KnownEntityTypes : object

Fields

| Improve this Doc View Source

Npc

Declaration
public const string Npc = null
Field Value
Type Description
System.String
| Improve this Doc View Source

Player

Declaration
public const string Player = null
Field Value
Type Description
System.String
| Improve this Doc View Source

Vehicle

Declaration
public const string Vehicle = null
Field Value
Type Description
System.String
| Improve this Doc View Source

Zombie

Declaration
public const string Zombie = null
Field Value
Type Description
System.String