Show / Hide Table of Contents

Class MyGatlingConstants

Inheritance
System.Object
MyGatlingConstants
Namespace: VRage.Game
Assembly: VRage.Game.dll
Syntax
public static class MyGatlingConstants : Object

Fields

COCKPIT_GLASS_PROJECTILE_DEBRIS_MAX_DEVIATION_ANGLE

Declaration
public static readonly float COCKPIT_GLASS_PROJECTILE_DEBRIS_MAX_DEVIATION_ANGLE
Field Value
Type Description
System.Single

MIN_TIME_RELEASE_INTERVAL_IN_MILISECONDS

Declaration
public const int MIN_TIME_RELEASE_INTERVAL_IN_MILISECONDS = 204
Field Value
Type Description
System.Int32

REAL_SHOTS_PER_SECOND

Declaration
public const int REAL_SHOTS_PER_SECOND = 45
Field Value
Type Description
System.Int32

ROTATION_SPEED_PER_SECOND

Declaration
public const float ROTATION_SPEED_PER_SECOND = 12.566371F
Field Value
Type Description
System.Single

ROTATION_TIMEOUT

Declaration
public const int ROTATION_TIMEOUT = 2000
Field Value
Type Description
System.Int32

SHOT_INTERVAL_IN_MILISECONDS

Declaration
public const int SHOT_INTERVAL_IN_MILISECONDS = 95
Field Value
Type Description
System.Int32

SHOT_PROJECTILE_DEBRIS_MAX_DEVIATION_ANGLE

Declaration
public static readonly float SHOT_PROJECTILE_DEBRIS_MAX_DEVIATION_ANGLE
Field Value
Type Description
System.Single

SMOKE_DECREASE

Declaration
public const int SMOKE_DECREASE = 1
Field Value
Type Description
System.Int32

SMOKE_INCREASE_PER_SHOT

Declaration
public const int SMOKE_INCREASE_PER_SHOT = 19
Field Value
Type Description
System.Int32

SMOKES_INTERVAL_IN_MILISECONDS

Declaration
public const int SMOKES_INTERVAL_IN_MILISECONDS = 10
Field Value
Type Description
System.Int32

SMOKES_MAX

Declaration
public const int SMOKES_MAX = 50
Field Value
Type Description
System.Int32

SMOKES_MIN

Declaration
public const int SMOKES_MIN = 40
Field Value
Type Description
System.Int32
☀
☾
In This Article
Back to top
Generated by DocFX
☀
☾