DestroyLevelCommandEntityData
Inherits from GameEntityData
Summary
Constructors
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
The type information for the DestroyLevelCommandEntityData type.