InterludeOrderEntityData

Inherits from BFOrderEntityData

Summary

Constructors

InterludeOrderEntityData()
InterludeOrderEntityData(guid: Guid)
InterludeOrderEntityData(other: BFOrderEntityData)
InterludeOrderEntityData(other: OrderEntityData)
InterludeOrderEntityData(other: EntityData)
InterludeOrderEntityData(other: GameObjectData)
InterludeOrderEntityData(other: GameDataContainer)
InterludeOrderEntityData(other: DataContainer)

Properties

Name Type
isCutscene bool
crouch bool

Static members

Name Type
InterludeOrderEntityData.typeInfo TypeInformation

Constructors

InterludeOrderEntityData

InterludeOrderEntityData()

Creates a new InterludeOrderEntityData frostbite instance.

InterludeOrderEntityData

InterludeOrderEntityData(guid: Guid)

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

Parameters

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

InterludeOrderEntityData

InterludeOrderEntityData(other: BFOrderEntityData)

Casts an instance of type BFOrderEntityData to InterludeOrderEntityData. Will throw an error when trying to cast from an unsupported type.

Parameters

Name Type Description
other BFOrderEntityData The instance to cast to InterludeOrderEntityData.

InterludeOrderEntityData

InterludeOrderEntityData(other: OrderEntityData)

Casts an instance of type OrderEntityData to InterludeOrderEntityData. Will throw an error when trying to cast from an unsupported type.

Parameters

Name Type Description
other OrderEntityData The instance to cast to InterludeOrderEntityData.

InterludeOrderEntityData

InterludeOrderEntityData(other: EntityData)

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

Parameters

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

InterludeOrderEntityData

InterludeOrderEntityData(other: GameObjectData)

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

Parameters

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

InterludeOrderEntityData

InterludeOrderEntityData(other: GameDataContainer)

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

Parameters

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

InterludeOrderEntityData

InterludeOrderEntityData(other: DataContainer)

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

Parameters

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

Properties

isCutscene

bool

crouch

bool

Static members

typeInfo

TypeInformation

The type information for the InterludeOrderEntityData type.

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