ReferenceObjectData

Inherits from GameObjectData

Summary

Constructors

ReferenceObjectData()
ReferenceObjectData(guid: Guid)
ReferenceObjectData(other: GameObjectData)
ReferenceObjectData(other: GameDataContainer)
ReferenceObjectData(other: DataContainer)

Properties

Name Type
blueprintTransform LinearTransform
blueprint Blueprint | nil
objectVariation ObjectVariation | nil
streamRealm StreamRealm
castSunShadowEnable bool
excluded bool

Static members

Name Type
ReferenceObjectData.typeInfo TypeInformation

Constructors

ReferenceObjectData

ReferenceObjectData()

Creates a new ReferenceObjectData frostbite instance.

ReferenceObjectData

ReferenceObjectData(guid: Guid)

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

Parameters

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

ReferenceObjectData

ReferenceObjectData(other: GameObjectData)

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

Parameters

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

ReferenceObjectData

ReferenceObjectData(other: GameDataContainer)

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

Parameters

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

ReferenceObjectData

ReferenceObjectData(other: DataContainer)

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

Parameters

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

Properties

blueprintTransform

LinearTransform

blueprint

Blueprint | nil

objectVariation

ObjectVariation | nil

streamRealm

StreamRealm

castSunShadowEnable

bool

excluded

bool

Static members

typeInfo

TypeInformation

The type information for the ReferenceObjectData type.

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