ExplosionEntityData

Inherits from GameEntityData

Summary

Constructors

ExplosionEntityData()
ExplosionEntityData(guid: Guid)
ExplosionEntityData(other: GameEntityData)
ExplosionEntityData(other: SpatialEntityData)
ExplosionEntityData(other: EntityData)
ExplosionEntityData(other: GameObjectData)
ExplosionEntityData(other: GameDataContainer)
ExplosionEntityData(other: DataContainer)

Properties

Name Type
detonationEffect EffectBlueprint | nil
blastImpulse float
maskVolume MaskVolumeEntityData | nil
destructionMaskVolume DestructionMaskVolumeEntityData | nil
materialPair MaterialContainerPair | nil
damageIndicationType DamageIndicationType
empTime float
maxOcclusionRaycastRadius float
innerBlastRadius float
blastDamage float
blastRadius float
shockwaveImpulse float
spawnDelay float
shockwaveDamage float
shockwaveRadius float
cameraShockwaveRadius float
shockwaveTime float
disableOcclusion bool
disableStaticEntityOcclusion bool
useEntityTransformForDetonationEffect bool
hasStunEffect bool
triggerImpairedHearing bool
detonateOnce bool
showOnMinimap bool

Static members

Name Type
ExplosionEntityData.typeInfo TypeInformation

Constructors

ExplosionEntityData

ExplosionEntityData()

Creates a new ExplosionEntityData frostbite instance.

ExplosionEntityData

ExplosionEntityData(guid: Guid)

Creates a new ExplosionEntityData frostbite instance and assigns it the provided Guid.

Parameters

Name Type Description
guid Guid The Guid to assign to the newly created instance.

ExplosionEntityData

ExplosionEntityData(other: GameEntityData)

Casts an instance of type GameEntityData to ExplosionEntityData. Will throw an error when trying to cast from an unsupported type.

Parameters

Name Type Description
other GameEntityData The instance to cast to ExplosionEntityData.

ExplosionEntityData

ExplosionEntityData(other: SpatialEntityData)

Casts an instance of type SpatialEntityData to ExplosionEntityData. Will throw an error when trying to cast from an unsupported type.

Parameters

Name Type Description
other SpatialEntityData The instance to cast to ExplosionEntityData.

ExplosionEntityData

ExplosionEntityData(other: EntityData)

Casts an instance of type EntityData to ExplosionEntityData. Will throw an error when trying to cast from an unsupported type.

Parameters

Name Type Description
other EntityData The instance to cast to ExplosionEntityData.

ExplosionEntityData

ExplosionEntityData(other: GameObjectData)

Casts an instance of type GameObjectData to ExplosionEntityData. Will throw an error when trying to cast from an unsupported type.

Parameters

Name Type Description
other GameObjectData The instance to cast to ExplosionEntityData.

ExplosionEntityData

ExplosionEntityData(other: GameDataContainer)

Casts an instance of type GameDataContainer to ExplosionEntityData. Will throw an error when trying to cast from an unsupported type.

Parameters

Name Type Description
other GameDataContainer The instance to cast to ExplosionEntityData.

ExplosionEntityData

ExplosionEntityData(other: DataContainer)

Casts an instance of type DataContainer to ExplosionEntityData. Will throw an error when trying to cast from an unsupported type.

Parameters

Name Type Description
other DataContainer The instance to cast to ExplosionEntityData.

Properties

detonationEffect

EffectBlueprint | nil

blastImpulse

float

maskVolume

MaskVolumeEntityData | nil

destructionMaskVolume

DestructionMaskVolumeEntityData | nil

materialPair

MaterialContainerPair | nil

damageIndicationType

DamageIndicationType

empTime

float

maxOcclusionRaycastRadius

float

innerBlastRadius

float

blastDamage

float

blastRadius

float

shockwaveImpulse

float

spawnDelay

float

shockwaveDamage

float

shockwaveRadius

float

cameraShockwaveRadius

float

shockwaveTime

float

disableOcclusion

bool

disableStaticEntityOcclusion

bool

useEntityTransformForDetonationEffect

bool

hasStunEffect

bool

triggerImpairedHearing

bool

detonateOnce

bool

showOnMinimap

bool

Static members

typeInfo

TypeInformation

The type information for the ExplosionEntityData type.

Last modified April 26, 2020: Update frostbite type documentation (8b14351c)