VoiceOverEventEntityData
Inherits from EntityData
Summary
Constructors
VoiceOverEventEntityData() |
VoiceOverEventEntityData(guid: Guid) |
VoiceOverEventEntityData(other: EntityData) |
VoiceOverEventEntityData(other: GameObjectData) |
VoiceOverEventEntityData(other: GameDataContainer) |
VoiceOverEventEntityData(other: DataContainer) |
Properties
Name | Type |
---|---|
eventPlayer | VoiceOverNamedValue | nil |
voEvent | VoiceOverEvent | nil |
finishedDelay | float |
extraEventPlayer | VoiceOverNamedValue | nil |
triggerDelay | float |
runOnce | bool |
Static members
Name | Type |
---|---|
VoiceOverEventEntityData.typeInfo | TypeInformation |
Constructors
VoiceOverEventEntityData
VoiceOverEventEntityData()
Creates a new VoiceOverEventEntityData frostbite instance.
VoiceOverEventEntityData
VoiceOverEventEntityData(guid: Guid)
Creates a new VoiceOverEventEntityData frostbite instance and assigns it the provided Guid.
Parameters
Name | Type | Description |
---|---|---|
guid | Guid | The Guid to assign to the newly created instance. |
VoiceOverEventEntityData
VoiceOverEventEntityData(other: EntityData)
Casts an instance of type EntityData to VoiceOverEventEntityData. Will throw an error when trying to cast from an unsupported type.
Parameters
Name | Type | Description |
---|---|---|
other | EntityData | The instance to cast to VoiceOverEventEntityData. |
VoiceOverEventEntityData
VoiceOverEventEntityData(other: GameObjectData)
Casts an instance of type GameObjectData to VoiceOverEventEntityData. Will throw an error when trying to cast from an unsupported type.
Parameters
Name | Type | Description |
---|---|---|
other | GameObjectData | The instance to cast to VoiceOverEventEntityData. |
VoiceOverEventEntityData
VoiceOverEventEntityData(other: GameDataContainer)
Casts an instance of type GameDataContainer to VoiceOverEventEntityData. Will throw an error when trying to cast from an unsupported type.
Parameters
Name | Type | Description |
---|---|---|
other | GameDataContainer | The instance to cast to VoiceOverEventEntityData. |
VoiceOverEventEntityData
VoiceOverEventEntityData(other: DataContainer)
Casts an instance of type DataContainer to VoiceOverEventEntityData. Will throw an error when trying to cast from an unsupported type.
Parameters
Name | Type | Description |
---|---|---|
other | DataContainer | The instance to cast to VoiceOverEventEntityData. |
Properties
eventPlayer
VoiceOverNamedValue | nil
voEvent
VoiceOverEvent | nil
finishedDelay
float
extraEventPlayer
VoiceOverNamedValue | nil
triggerDelay
float
runOnce
bool
Static members
typeInfo
The type information for the VoiceOverEventEntityData type.