Class KnownPlayerStances
Represents common player stances. Support depends on the game.
Inheritance
System.Object
KnownPlayerStances
Assembly: OpenMod.Extensions.Games.Abstractions.dll
Syntax
public class KnownPlayerStances : object
Fields
|
Improve this Doc
View Source
Climb
Declaration
public const string Climb = null
Field Value
Type |
Description |
System.String |
|
|
Improve this Doc
View Source
Crouch
Declaration
public const string Crouch = null
Field Value
Type |
Description |
System.String |
|
|
Improve this Doc
View Source
Driving
Declaration
public const string Driving = null
Field Value
Type |
Description |
System.String |
|
|
Improve this Doc
View Source
Prone
Declaration
public const string Prone = null
Field Value
Type |
Description |
System.String |
|
|
Improve this Doc
View Source
Sitting
Declaration
public const string Sitting = null
Field Value
Type |
Description |
System.String |
|
|
Improve this Doc
View Source
Sprint
Declaration
public const string Sprint = null
Field Value
Type |
Description |
System.String |
|
|
Improve this Doc
View Source
Stand
Declaration
public const string Stand = null
Field Value
Type |
Description |
System.String |
|
|
Improve this Doc
View Source
Swim
Declaration
public const string Swim = null
Field Value
Type |
Description |
System.String |
|
Extension Methods