Show / Hide Table of Contents

Class MyExplosionInfoSimplified

Inheritance
System.Object
MyExplosionInfoSimplified
Namespace: Sandbox.Game
Assembly: Sandbox.Game.dll
Syntax
public sealed class MyExplosionInfoSimplified : ValueType

Fields

Center

Declaration
public Vector3D Center
Field Value
Type Description
Vector3D

CustomEffect

Declaration
[Serialize]
public string CustomEffect
Field Value
Type Description
System.String

CustomSound

Declaration
[Serialize]
public string CustomSound
Field Value
Type Description
System.String

Damage

Declaration
public float Damage
Field Value
Type Description
System.Single

Flags

Declaration
public MyExplosionFlags Flags
Field Value
Type Description
MyExplosionFlags

IgnoreFriendlyFireSetting

Declaration
public bool IgnoreFriendlyFireSetting
Field Value
Type Description
System.Boolean

ParticleScale

Declaration
public float ParticleScale
Field Value
Type Description
System.Single

Radius

Declaration
public float Radius
Field Value
Type Description
System.Single

Type

Declaration
public MyExplosionTypeEnum Type
Field Value
Type Description
MyExplosionTypeEnum

Velocity

Declaration
public Vector3 Velocity
Field Value
Type Description
Vector3

VoxelCenter

Declaration
public Vector3D VoxelCenter
Field Value
Type Description
Vector3D
☀
☾
In This Article
Back to top
Generated by DocFX
☀
☾