DestructionCommandEntityData
Inherits from GameEntityData
Summary
Constructors
Properties
Name | Type |
---|---|
instanceCountDestroyedPerFrame | int |
instanceCountDestroyedPerType | int |
Static members
Name | Type |
---|---|
DestructionCommandEntityData.typeInfo | TypeInformation |
Constructors
DestructionCommandEntityData
DestructionCommandEntityData()
Creates a new DestructionCommandEntityData frostbite instance.
DestructionCommandEntityData
DestructionCommandEntityData(guid: Guid)
Creates a new DestructionCommandEntityData frostbite instance and assigns it the provided Guid.
Parameters
Name | Type | Description |
---|---|---|
guid | Guid | The Guid to assign to the newly created instance. |
DestructionCommandEntityData
DestructionCommandEntityData(other: GameEntityData)
Casts an instance of type GameEntityData to DestructionCommandEntityData. Will throw an error when trying to cast from an unsupported type.
Parameters
Name | Type | Description |
---|---|---|
other | GameEntityData | The instance to cast to DestructionCommandEntityData. |
DestructionCommandEntityData
DestructionCommandEntityData(other: SpatialEntityData)
Casts an instance of type SpatialEntityData to DestructionCommandEntityData. Will throw an error when trying to cast from an unsupported type.
Parameters
Name | Type | Description |
---|---|---|
other | SpatialEntityData | The instance to cast to DestructionCommandEntityData. |
DestructionCommandEntityData
DestructionCommandEntityData(other: EntityData)
Casts an instance of type EntityData to DestructionCommandEntityData. Will throw an error when trying to cast from an unsupported type.
Parameters
Name | Type | Description |
---|---|---|
other | EntityData | The instance to cast to DestructionCommandEntityData. |
DestructionCommandEntityData
DestructionCommandEntityData(other: GameObjectData)
Casts an instance of type GameObjectData to DestructionCommandEntityData. Will throw an error when trying to cast from an unsupported type.
Parameters
Name | Type | Description |
---|---|---|
other | GameObjectData | The instance to cast to DestructionCommandEntityData. |
DestructionCommandEntityData
DestructionCommandEntityData(other: GameDataContainer)
Casts an instance of type GameDataContainer to DestructionCommandEntityData. Will throw an error when trying to cast from an unsupported type.
Parameters
Name | Type | Description |
---|---|---|
other | GameDataContainer | The instance to cast to DestructionCommandEntityData. |
DestructionCommandEntityData
DestructionCommandEntityData(other: DataContainer)
Casts an instance of type DataContainer to DestructionCommandEntityData. Will throw an error when trying to cast from an unsupported type.
Parameters
Name | Type | Description |
---|---|---|
other | DataContainer | The instance to cast to DestructionCommandEntityData. |
Properties
instanceCountDestroyedPerFrame
int
instanceCountDestroyedPerType
int
Static members
typeInfo
The type information for the DestructionCommandEntityData type.