FlareEntityData

Inherits from GrenadeEntityData

Summary

Constructors

FlareEntityData()
FlareEntityData(guid: Guid)
FlareEntityData(other: GrenadeEntityData)
FlareEntityData(other: MeshProjectileEntityData)
FlareEntityData(other: ProjectileEntityData)
FlareEntityData(other: GamePhysicsEntityData)
FlareEntityData(other: GameEntityData)
FlareEntityData(other: SpatialEntityData)
FlareEntityData(other: EntityData)
FlareEntityData(other: GameObjectData)
FlareEntityData(other: GameDataContainer)
FlareEntityData(other: DataContainer)

Properties

Name Type
flareRange float

Static members

Name Type
FlareEntityData.typeInfo TypeInformation

Constructors

FlareEntityData

FlareEntityData()

Creates a new FlareEntityData frostbite instance.

FlareEntityData

FlareEntityData(guid: Guid)

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

Parameters

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

FlareEntityData

FlareEntityData(other: GrenadeEntityData)

Casts an instance of type GrenadeEntityData to FlareEntityData. Will throw an error when trying to cast from an unsupported type.

Parameters

Name Type Description
other GrenadeEntityData The instance to cast to FlareEntityData.

FlareEntityData

FlareEntityData(other: MeshProjectileEntityData)

Casts an instance of type MeshProjectileEntityData to FlareEntityData. Will throw an error when trying to cast from an unsupported type.

Parameters

Name Type Description
other MeshProjectileEntityData The instance to cast to FlareEntityData.

FlareEntityData

FlareEntityData(other: ProjectileEntityData)

Casts an instance of type ProjectileEntityData to FlareEntityData. Will throw an error when trying to cast from an unsupported type.

Parameters

Name Type Description
other ProjectileEntityData The instance to cast to FlareEntityData.

FlareEntityData

FlareEntityData(other: GamePhysicsEntityData)

Casts an instance of type GamePhysicsEntityData to FlareEntityData. Will throw an error when trying to cast from an unsupported type.

Parameters

Name Type Description
other GamePhysicsEntityData The instance to cast to FlareEntityData.

FlareEntityData

FlareEntityData(other: GameEntityData)

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

Parameters

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

FlareEntityData

FlareEntityData(other: SpatialEntityData)

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

Parameters

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

FlareEntityData

FlareEntityData(other: EntityData)

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

Parameters

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

FlareEntityData

FlareEntityData(other: GameObjectData)

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

Parameters

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

FlareEntityData

FlareEntityData(other: GameDataContainer)

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

Parameters

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

FlareEntityData

FlareEntityData(other: DataContainer)

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

Parameters

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

Properties

flareRange

float

Static members

typeInfo

TypeInformation

The type information for the FlareEntityData type.

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