ExplosionEntity

Inherits from GameEntity

Summary

Constructors

ExplosionEntity(other: EntityBusPeer)
ExplosionEntity(other: Entity)
ExplosionEntity(other: SpatialEntity)
ExplosionEntity(other: GameEntity)

Methods

Method Returns
Detonate(transform: LinearTransform, impactNormal: Vec3, origin: Vec3, latency: float, damageMultiplier: float, externalDamageDirection: Vec3, blastAngle: float) void

Static members

Name Type
ExplosionEntity.typeInfo TypeInformation

Constructors

ExplosionEntity

ExplosionEntity(other: EntityBusPeer)

Parameters

Name Type Description
other EntityBusPeer

ExplosionEntity

ExplosionEntity(other: Entity)

Parameters

Name Type Description
other Entity

ExplosionEntity

ExplosionEntity(other: SpatialEntity)

Parameters

Name Type Description
other SpatialEntity

ExplosionEntity

ExplosionEntity(other: GameEntity)

Parameters

Name Type Description
other GameEntity

Methods

Detonate

Detonate(transform: LinearTransform, impactNormal: Vec3, origin: Vec3, latency: float, damageMultiplier: float, externalDamageDirection: Vec3, blastAngle: float)

Parameters

Name Type Description
transform LinearTransform
impactNormal Vec3
origin Vec3
latency float
damageMultiplier float
externalDamageDirection Vec3
blastAngle float

Static members

typeInfo

TypeInformation

Last modified January 20, 2025: Fix Server ExplosionEntity (5fff566c)