Class KnownDamageSources
Represents common damage sources. Support depends on the game.
Inheritance
System.Object
KnownDamageSources
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