Show / Hide Table of Contents

Class MyProjectilesConstants

Inheritance
System.Object
MyProjectilesConstants
Namespace: Sandbox.Game
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
Type Name Description
MyAmmoType ammoType
Returns
Type Description
Vector3
☀
☾
In This Article
Back to top
Generated by DocFX
☀
☾