Show / Hide Table of Contents

Class MyDrillConstants

Inheritance
System.Object
MyDrillConstants
Namespace: Sandbox.Game
Assembly: Sandbox.Game.dll
Syntax
public static class MyDrillConstants : Object

Fields

DRILL_HAND_DUST_EFFECT

Declaration
public const string DRILL_HAND_DUST_EFFECT = "Smoke_HandDrillDust"
Field Value
Type Description
System.String

DRILL_HAND_DUST_STONES_EFFECT

Declaration
public const string DRILL_HAND_DUST_STONES_EFFECT = "Smoke_HandDrillDustStones"
Field Value
Type Description
System.String

DRILL_HAND_REAL_LENGTH

Declaration
public const float DRILL_HAND_REAL_LENGTH = 0.98F
Field Value
Type Description
System.Single

DRILL_HAND_SPARKS_EFFECT

Declaration
public const string DRILL_HAND_SPARKS_EFFECT = "Collision_Sparks_HandDrill"
Field Value
Type Description
System.String

DRILL_HAND_WOOD_EFFECT

Declaration
public const string DRILL_HAND_WOOD_EFFECT = "Tree_Drill"
Field Value
Type Description
System.String

DRILL_SHIP_DUST_EFFECT

Declaration
public const string DRILL_SHIP_DUST_EFFECT = "Smoke_DrillDust"
Field Value
Type Description
System.String

DRILL_SHIP_DUST_STONES_EFFECT

Declaration
public const string DRILL_SHIP_DUST_STONES_EFFECT = "Smoke_DrillDust"
Field Value
Type Description
System.String

DRILL_SHIP_REAL_LENGTH

Declaration
public const float DRILL_SHIP_REAL_LENGTH = 0.98F
Field Value
Type Description
System.Single

DRILL_SHIP_SPARKS_EFFECT

Declaration
public const string DRILL_SHIP_SPARKS_EFFECT = "Smoke_DrillDust_Metal"
Field Value
Type Description
System.String

DRILL_UPDATE_DISTRIBUTION_IN_FRAMES

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

DRILL_UPDATE_INTERVAL_IN_FRAMES

Declaration
public const int DRILL_UPDATE_INTERVAL_IN_FRAMES = 90
Field Value
Type Description
System.Int32

DRILL_UPDATE_INTERVAL_IN_MILISECONDS

Declaration
public const float DRILL_UPDATE_INTERVAL_IN_MILISECONDS = 1000F
Field Value
Type Description
System.Single

MAX_DROP_CUBIC_METERS

Declaration
public const float MAX_DROP_CUBIC_METERS = 0.15F
Field Value
Type Description
System.Single

MAX_SPAWNED_ORE_OBJECTS_COUNT

Declaration
public const int MAX_SPAWNED_ORE_OBJECTS_COUNT = 15
Field Value
Type Description
System.Int32

PARTICLE_EFFECT_DURATION

Declaration
public const float PARTICLE_EFFECT_DURATION = 500F
Field Value
Type Description
System.Single

VOXEL_HARVEST_RATIO

Declaration
public const float VOXEL_HARVEST_RATIO = 0.009F
Field Value
Type Description
System.Single

WHOLE_VOXEL_HARVEST_VOLUME

Declaration
public const float WHOLE_VOXEL_HARVEST_VOLUME = 0.009F
Field Value
Type Description
System.Single
☀
☾
In This Article
Back to top
Generated by DocFX
☀
☾