WarningSystemComponentData
Inherits from ComponentData
Summary
Constructors
Properties
| Name | Type |
|---|---|
| aimWarnSoundEffect | SoundAsset | nil |
| missileWarnSoundEffect | SoundAsset | nil |
| lowHealthWarnSoundEffect | SoundAsset | nil |
| lockingWarnSoundEffect | SoundAsset | nil |
| lockedWarnSoundEffect | SoundAsset | nil |
| playerType | WarningPlayerType |
Static members
| Name | Type |
|---|---|
| WarningSystemComponentData.typeInfo | TypeInformation |
Constructors
WarningSystemComponentData
WarningSystemComponentData()
Creates a new WarningSystemComponentData frostbite instance.
WarningSystemComponentData
WarningSystemComponentData(guid: Guid)
Creates a new WarningSystemComponentData frostbite instance and assigns it the provided Guid.
Parameters
| Name | Type | Description |
|---|---|---|
| guid | Guid | The Guid to assign to the newly created instance. |
WarningSystemComponentData
WarningSystemComponentData(other: ComponentData)
Casts an instance of type ComponentData to WarningSystemComponentData. Will throw an error when trying to cast from an unsupported type.
Parameters
| Name | Type | Description |
|---|---|---|
| other | ComponentData | The instance to cast to WarningSystemComponentData. |
WarningSystemComponentData
WarningSystemComponentData(other: GameObjectData)
Casts an instance of type GameObjectData to WarningSystemComponentData. Will throw an error when trying to cast from an unsupported type.
Parameters
| Name | Type | Description |
|---|---|---|
| other | GameObjectData | The instance to cast to WarningSystemComponentData. |
WarningSystemComponentData
WarningSystemComponentData(other: GameDataContainer)
Casts an instance of type GameDataContainer to WarningSystemComponentData. Will throw an error when trying to cast from an unsupported type.
Parameters
| Name | Type | Description |
|---|---|---|
| other | GameDataContainer | The instance to cast to WarningSystemComponentData. |
WarningSystemComponentData
WarningSystemComponentData(other: DataContainer)
Casts an instance of type DataContainer to WarningSystemComponentData. Will throw an error when trying to cast from an unsupported type.
Parameters
| Name | Type | Description |
|---|---|---|
| other | DataContainer | The instance to cast to WarningSystemComponentData. |
Properties
aimWarnSoundEffect
SoundAsset | nil
missileWarnSoundEffect
SoundAsset | nil
lowHealthWarnSoundEffect
SoundAsset | nil
lockingWarnSoundEffect
SoundAsset | nil
lockedWarnSoundEffect
SoundAsset | nil
playerType
Static members
typeInfo
The type information for the WarningSystemComponentData type.