SpectatorReplayEntityData

Inherits from EntityData

Summary

Constructors

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

Static members

Name Type
SpectatorReplayEntityData.typeInfo TypeInformation

Constructors

SpectatorReplayEntityData

SpectatorReplayEntityData()

Creates a new SpectatorReplayEntityData frostbite instance.

SpectatorReplayEntityData

SpectatorReplayEntityData(guid: Guid)

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

Parameters

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

SpectatorReplayEntityData

SpectatorReplayEntityData(other: EntityData)

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

Parameters

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

SpectatorReplayEntityData

SpectatorReplayEntityData(other: GameObjectData)

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

Parameters

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

SpectatorReplayEntityData

SpectatorReplayEntityData(other: GameDataContainer)

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

Parameters

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

SpectatorReplayEntityData

SpectatorReplayEntityData(other: DataContainer)

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

Parameters

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

Static members

typeInfo

TypeInformation

The type information for the SpectatorReplayEntityData type.

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