CoverPrepareFireEntityData

Inherits from EntityData

Summary

Constructors

CoverPrepareFireEntityData()
CoverPrepareFireEntityData(guid: Guid)
CoverPrepareFireEntityData(other: EntityData)
CoverPrepareFireEntityData(other: GameObjectData)
CoverPrepareFireEntityData(other: GameDataContainer)
CoverPrepareFireEntityData(other: DataContainer)

Static members

Name Type
CoverPrepareFireEntityData.typeInfo TypeInformation

Constructors

CoverPrepareFireEntityData

CoverPrepareFireEntityData()

Creates a new CoverPrepareFireEntityData frostbite instance.

CoverPrepareFireEntityData

CoverPrepareFireEntityData(guid: Guid)

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

Parameters

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

CoverPrepareFireEntityData

CoverPrepareFireEntityData(other: EntityData)

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

Parameters

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

CoverPrepareFireEntityData

CoverPrepareFireEntityData(other: GameObjectData)

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

Parameters

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

CoverPrepareFireEntityData

CoverPrepareFireEntityData(other: GameDataContainer)

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

Parameters

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

CoverPrepareFireEntityData

CoverPrepareFireEntityData(other: DataContainer)

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

Parameters

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

Static members

typeInfo

TypeInformation

The type information for the CoverPrepareFireEntityData type.

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