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