Class MyShipGrinderConstants
Inheritance
System.Object
MyShipGrinderConstants
Assembly: Sandbox.Game.dll
Syntax
public static class MyShipGrinderConstants : Object
Fields
GRINDER_ACCELERATION_RPMPS
Declaration
public const float GRINDER_ACCELERATION_RPMPS = 400F
Field Value
Type |
Description |
System.Single |
|
GRINDER_AMOUNT_PER_SECOND
Declaration
public const float GRINDER_AMOUNT_PER_SECOND = 4F
Field Value
Type |
Description |
System.Single |
|
GRINDER_COOLDOWN_IN_MILISECONDS
Declaration
public const int GRINDER_COOLDOWN_IN_MILISECONDS = 250
Field Value
Type |
Description |
System.Int32 |
|
GRINDER_DECELERATION_RPMPS
Declaration
public const float GRINDER_DECELERATION_RPMPS = 200F
Field Value
Type |
Description |
System.Single |
|
GRINDER_HEATUP_FRAMES
Declaration
public const int GRINDER_HEATUP_FRAMES = 15
Field Value
Type |
Description |
System.Int32 |
|
GRINDER_MAX_SPEED_RPM
Declaration
public const float GRINDER_MAX_SPEED_RPM = 150F
Field Value
Type |
Description |
System.Single |
|
GRINDER_RELEASE_TIME_IN_MILISECONDS
Declaration
public const int GRINDER_RELEASE_TIME_IN_MILISECONDS = 500
Field Value
Type |
Description |
System.Int32 |
|