ExplosionPackEntityData
Inherits from MeshProjectileEntityData
Summary
Constructors
Properties
Name | Type |
---|---|
timeToLiveOnPlayerDeath | float |
soldierDetonationData | SoldierDetonationData |
vehicleDetonationActivationDelay | float |
vehicleDetonationRadius | float |
icon | UIHudIcon |
spottedTime | float |
defuseRadius | float |
health | float |
hasRemoteDetonator | bool |
isDestructible | bool |
hasVehicleDetonation | bool |
receivesExplosionDamage | bool |
Static members
Name | Type |
---|---|
ExplosionPackEntityData.typeInfo | TypeInformation |
Constructors
ExplosionPackEntityData
ExplosionPackEntityData()
Creates a new ExplosionPackEntityData frostbite instance.
ExplosionPackEntityData
ExplosionPackEntityData(guid: Guid)
Creates a new ExplosionPackEntityData frostbite instance and assigns it the provided Guid.
Parameters
Name | Type | Description |
---|---|---|
guid | Guid | The Guid to assign to the newly created instance. |
ExplosionPackEntityData
ExplosionPackEntityData(other: MeshProjectileEntityData)
Casts an instance of type MeshProjectileEntityData to ExplosionPackEntityData. Will throw an error when trying to cast from an unsupported type.
Parameters
Name | Type | Description |
---|---|---|
other | MeshProjectileEntityData | The instance to cast to ExplosionPackEntityData. |
ExplosionPackEntityData
ExplosionPackEntityData(other: ProjectileEntityData)
Casts an instance of type ProjectileEntityData to ExplosionPackEntityData. Will throw an error when trying to cast from an unsupported type.
Parameters
Name | Type | Description |
---|---|---|
other | ProjectileEntityData | The instance to cast to ExplosionPackEntityData. |
ExplosionPackEntityData
ExplosionPackEntityData(other: GamePhysicsEntityData)
Casts an instance of type GamePhysicsEntityData to ExplosionPackEntityData. Will throw an error when trying to cast from an unsupported type.
Parameters
Name | Type | Description |
---|---|---|
other | GamePhysicsEntityData | The instance to cast to ExplosionPackEntityData. |
ExplosionPackEntityData
ExplosionPackEntityData(other: GameEntityData)
Casts an instance of type GameEntityData to ExplosionPackEntityData. Will throw an error when trying to cast from an unsupported type.
Parameters
Name | Type | Description |
---|---|---|
other | GameEntityData | The instance to cast to ExplosionPackEntityData. |
ExplosionPackEntityData
ExplosionPackEntityData(other: SpatialEntityData)
Casts an instance of type SpatialEntityData to ExplosionPackEntityData. Will throw an error when trying to cast from an unsupported type.
Parameters
Name | Type | Description |
---|---|---|
other | SpatialEntityData | The instance to cast to ExplosionPackEntityData. |
ExplosionPackEntityData
ExplosionPackEntityData(other: EntityData)
Casts an instance of type EntityData to ExplosionPackEntityData. Will throw an error when trying to cast from an unsupported type.
Parameters
Name | Type | Description |
---|---|---|
other | EntityData | The instance to cast to ExplosionPackEntityData. |
ExplosionPackEntityData
ExplosionPackEntityData(other: GameObjectData)
Casts an instance of type GameObjectData to ExplosionPackEntityData. Will throw an error when trying to cast from an unsupported type.
Parameters
Name | Type | Description |
---|---|---|
other | GameObjectData | The instance to cast to ExplosionPackEntityData. |
ExplosionPackEntityData
ExplosionPackEntityData(other: GameDataContainer)
Casts an instance of type GameDataContainer to ExplosionPackEntityData. Will throw an error when trying to cast from an unsupported type.
Parameters
Name | Type | Description |
---|---|---|
other | GameDataContainer | The instance to cast to ExplosionPackEntityData. |
ExplosionPackEntityData
ExplosionPackEntityData(other: DataContainer)
Casts an instance of type DataContainer to ExplosionPackEntityData. Will throw an error when trying to cast from an unsupported type.
Parameters
Name | Type | Description |
---|---|---|
other | DataContainer | The instance to cast to ExplosionPackEntityData. |
Properties
timeToLiveOnPlayerDeath
float
soldierDetonationData
vehicleDetonationActivationDelay
float
vehicleDetonationRadius
float
icon
spottedTime
float
defuseRadius
float
health
float
hasRemoteDetonator
bool
isDestructible
bool
hasVehicleDetonation
bool
receivesExplosionDamage
bool
Static members
typeInfo
The type information for the ExplosionPackEntityData type.