DestroyLevelCommandEntityData

Inherits from GameEntityData

Summary

Constructors

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

Properties

Name Type
instanceCountDestroyedPerFrame int
destroyDelay int

Static members

Name Type
DestroyLevelCommandEntityData.typeInfo TypeInformation

Constructors

DestroyLevelCommandEntityData

DestroyLevelCommandEntityData()

Creates a new DestroyLevelCommandEntityData frostbite instance.

DestroyLevelCommandEntityData

DestroyLevelCommandEntityData(guid: Guid)

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

Parameters

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

DestroyLevelCommandEntityData

DestroyLevelCommandEntityData(other: GameEntityData)

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

Parameters

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

DestroyLevelCommandEntityData

DestroyLevelCommandEntityData(other: SpatialEntityData)

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

Parameters

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

DestroyLevelCommandEntityData

DestroyLevelCommandEntityData(other: EntityData)

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

Parameters

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

DestroyLevelCommandEntityData

DestroyLevelCommandEntityData(other: GameObjectData)

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

Parameters

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

DestroyLevelCommandEntityData

DestroyLevelCommandEntityData(other: GameDataContainer)

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

Parameters

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

DestroyLevelCommandEntityData

DestroyLevelCommandEntityData(other: DataContainer)

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

Parameters

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

Properties

instanceCountDestroyedPerFrame

int

destroyDelay

int

Static members

typeInfo

TypeInformation

The type information for the DestroyLevelCommandEntityData type.

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