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

Class KnownDamageSources

Represents common damage sources. Support depends on the game.

Inheritance
System.Object
KnownDamageSources
Namespace: OpenMod.Extensions.Games.Abstractions.Players
Assembly: OpenMod.Extensions.Games.Abstractions.dll
Syntax
public class KnownDamageSources : object

Fields

| Improve this Doc View Source

Entity

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

Environment

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

Explosion

Declaration
public const string Explosion = 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

Extension Methods

DisposeHelper.DisposeSyncOrAsync(Object)