ClientEffectMaskVolumeEntityData

Inherits from GameEntityData

Summary

Constructors

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

Properties

Name Type
applyEffectCurve Vec4
lifeTimeInSeconds float
updatePeriodInSeconds float
radius float

Static members

Name Type
ClientEffectMaskVolumeEntityData.typeInfo TypeInformation

Constructors

ClientEffectMaskVolumeEntityData

ClientEffectMaskVolumeEntityData()

Creates a new ClientEffectMaskVolumeEntityData frostbite instance.

ClientEffectMaskVolumeEntityData

ClientEffectMaskVolumeEntityData(guid: Guid)

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

Parameters

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

ClientEffectMaskVolumeEntityData

ClientEffectMaskVolumeEntityData(other: GameEntityData)

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

Parameters

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

ClientEffectMaskVolumeEntityData

ClientEffectMaskVolumeEntityData(other: SpatialEntityData)

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

Parameters

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

ClientEffectMaskVolumeEntityData

ClientEffectMaskVolumeEntityData(other: EntityData)

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

Parameters

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

ClientEffectMaskVolumeEntityData

ClientEffectMaskVolumeEntityData(other: GameObjectData)

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

Parameters

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

ClientEffectMaskVolumeEntityData

ClientEffectMaskVolumeEntityData(other: GameDataContainer)

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

Parameters

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

ClientEffectMaskVolumeEntityData

ClientEffectMaskVolumeEntityData(other: DataContainer)

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

Parameters

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

Properties

applyEffectCurve

Vec4

lifeTimeInSeconds

float

updatePeriodInSeconds

float

radius

float

Static members

typeInfo

TypeInformation

The type information for the ClientEffectMaskVolumeEntityData type.

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