LevelControlEntityData

Inherits from GameEntityData

Summary

Constructors

LevelControlEntityData()
LevelControlEntityData(guid: Guid)
LevelControlEntityData(other: GameEntityData)
LevelControlEntityData(other: SpatialEntityData)
LevelControlEntityData(other: EntityData)
LevelControlEntityData(other: GameObjectData)
LevelControlEntityData(other: GameDataContainer)
LevelControlEntityData(other: DataContainer)

Properties

Name Type
levelToLoad string
rollCredits bool

Static members

Name Type
LevelControlEntityData.typeInfo TypeInformation

Constructors

LevelControlEntityData

LevelControlEntityData()

Creates a new LevelControlEntityData frostbite instance.

LevelControlEntityData

LevelControlEntityData(guid: Guid)

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

Parameters

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

LevelControlEntityData

LevelControlEntityData(other: GameEntityData)

Casts an instance of type GameEntityData to LevelControlEntityData. Will throw an error when trying to cast from an unsupported type.

Parameters

Name Type Description
other GameEntityData The instance to cast to LevelControlEntityData.

LevelControlEntityData

LevelControlEntityData(other: SpatialEntityData)

Casts an instance of type SpatialEntityData to LevelControlEntityData. Will throw an error when trying to cast from an unsupported type.

Parameters

Name Type Description
other SpatialEntityData The instance to cast to LevelControlEntityData.

LevelControlEntityData

LevelControlEntityData(other: EntityData)

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

Parameters

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

LevelControlEntityData

LevelControlEntityData(other: GameObjectData)

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

Parameters

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

LevelControlEntityData

LevelControlEntityData(other: GameDataContainer)

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

Parameters

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

LevelControlEntityData

LevelControlEntityData(other: DataContainer)

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

Parameters

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

Properties

levelToLoad

string

rollCredits

bool

Static members

typeInfo

TypeInformation

The type information for the LevelControlEntityData type.

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