SpectatorSubViewData

Inherits from SubViewData

Summary

Constructors

SpectatorSubViewData()
SpectatorSubViewData(guid: Guid)
SpectatorSubViewData(other: SubViewData)
SpectatorSubViewData(other: DataContainer)

Static members

Name Type
SpectatorSubViewData.typeInfo TypeInformation

Constructors

SpectatorSubViewData

SpectatorSubViewData()

Creates a new SpectatorSubViewData frostbite instance.

SpectatorSubViewData

SpectatorSubViewData(guid: Guid)

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

Parameters

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

SpectatorSubViewData

SpectatorSubViewData(other: SubViewData)

Casts an instance of type SubViewData to SpectatorSubViewData. Will throw an error when trying to cast from an unsupported type.

Parameters

Name Type Description
other SubViewData The instance to cast to SpectatorSubViewData.

SpectatorSubViewData

SpectatorSubViewData(other: DataContainer)

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

Parameters

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

Static members

typeInfo

TypeInformation

The type information for the SpectatorSubViewData type.

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