Class MyObjectBuilder_ProjectileAmmoDefinition.AmmoProjectileProperties
Inheritance
System.Object
MyObjectBuilder_ProjectileAmmoDefinition.AmmoProjectileProperties
Assembly: VRage.Game.dll
Syntax
public class AmmoProjectileProperties : Object
Constructors
AmmoProjectileProperties()
Declaration
public AmmoProjectileProperties()
Fields
HeadShot
Declaration
Field Value
Type |
Description |
System.Boolean |
|
ProjectileCount
Declaration
public int ProjectileCount
Field Value
Type |
Description |
System.Int32 |
|
ProjectileExplosionDamage
Declaration
public float ProjectileExplosionDamage
Field Value
Type |
Description |
System.Single |
|
ProjectileExplosionRadius
Declaration
public float ProjectileExplosionRadius
Field Value
Type |
Description |
System.Single |
|
ProjectileHeadShotDamage
Declaration
public float ProjectileHeadShotDamage
Field Value
Type |
Description |
System.Single |
|
ProjectileHealthDamage
Declaration
public float ProjectileHealthDamage
Field Value
Type |
Description |
System.Single |
|
ProjectileHitImpulse
Declaration
public float ProjectileHitImpulse
Field Value
Type |
Description |
System.Single |
|
ProjectileMassDamage
Declaration
public float ProjectileMassDamage
Field Value
Type |
Description |
System.Single |
|
ProjectileOnHitEffectName
Declaration
public string ProjectileOnHitEffectName
Field Value
Type |
Description |
System.String |
|
ProjectileTrailColor
Declaration
public SerializableVector3 ProjectileTrailColor
Field Value
Type |
Description |
VRage.SerializableVector3 |
|
ProjectileTrailMaterial
Declaration
public string ProjectileTrailMaterial
Field Value
Type |
Description |
System.String |
|
ProjectileTrailProbability
Declaration
public float ProjectileTrailProbability
Field Value
Type |
Description |
System.Single |
|
ProjectileTrailScale
Declaration
public float ProjectileTrailScale
Field Value
Type |
Description |
System.Single |
|