VeniceExplosionEntityData

Inherits from ExplosionEntityData

Summary

Constructors

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

Properties

Name Type
unspottableTime float
unspotsOnExplode bool
spotsOnExplode bool
isCausingSuppression bool

Static members

Name Type
VeniceExplosionEntityData.typeInfo TypeInformation

Constructors

VeniceExplosionEntityData

VeniceExplosionEntityData()

Creates a new VeniceExplosionEntityData frostbite instance.

VeniceExplosionEntityData

VeniceExplosionEntityData(guid: Guid)

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

Parameters

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

VeniceExplosionEntityData

VeniceExplosionEntityData(other: ExplosionEntityData)

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

Parameters

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

VeniceExplosionEntityData

VeniceExplosionEntityData(other: GameEntityData)

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

Parameters

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

VeniceExplosionEntityData

VeniceExplosionEntityData(other: SpatialEntityData)

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

Parameters

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

VeniceExplosionEntityData

VeniceExplosionEntityData(other: EntityData)

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

Parameters

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

VeniceExplosionEntityData

VeniceExplosionEntityData(other: GameObjectData)

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

Parameters

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

VeniceExplosionEntityData

VeniceExplosionEntityData(other: GameDataContainer)

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

Parameters

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

VeniceExplosionEntityData

VeniceExplosionEntityData(other: DataContainer)

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

Parameters

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

Properties

unspottableTime

float

unspotsOnExplode

bool

spotsOnExplode

bool

isCausingSuppression

bool

Static members

typeInfo

TypeInformation

The type information for the VeniceExplosionEntityData type.

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