Class MyProjectilesConstants
Inheritance
System.Object
MyProjectilesConstants
Assembly: Sandbox.Game.dll
Syntax
public static class MyProjectilesConstants : Object
Fields
AUTOAIMING_PRECISION
Declaration
public static readonly float AUTOAIMING_PRECISION
Field Value
Type |
Description |
System.Single |
|
HIT_STRENGTH_IMPULSE
Declaration
public const float HIT_STRENGTH_IMPULSE = 500F
Field Value
Type |
Description |
System.Single |
|
MAX_PROJECTILES_COUNT
Declaration
public const int MAX_PROJECTILES_COUNT = 8192
Field Value
Type |
Description |
System.Int32 |
|
Methods
GetProjectileTrailColorByType(MyAmmoType)
Declaration
public static Vector3 GetProjectileTrailColorByType(MyAmmoType ammoType)
Parameters
Returns