PlayerInteractionViewData
Inherits from SubViewData
Summary
Constructors
| PlayerInteractionViewData() |
| PlayerInteractionViewData(guid: Guid) |
| PlayerInteractionViewData(other: SubViewData) |
| PlayerInteractionViewData(other: DataContainer) |
Static members
| Name | Type |
|---|---|
| PlayerInteractionViewData.typeInfo | TypeInformation |
Constructors
PlayerInteractionViewData
PlayerInteractionViewData()
Creates a new PlayerInteractionViewData frostbite instance.
PlayerInteractionViewData
PlayerInteractionViewData(guid: Guid)
Creates a new PlayerInteractionViewData frostbite instance and assigns it the provided Guid.
Parameters
| Name | Type | Description |
|---|---|---|
| guid | Guid | The Guid to assign to the newly created instance. |
PlayerInteractionViewData
PlayerInteractionViewData(other: SubViewData)
Casts an instance of type SubViewData to PlayerInteractionViewData. Will throw an error when trying to cast from an unsupported type.
Parameters
| Name | Type | Description |
|---|---|---|
| other | SubViewData | The instance to cast to PlayerInteractionViewData. |
PlayerInteractionViewData
PlayerInteractionViewData(other: DataContainer)
Casts an instance of type DataContainer to PlayerInteractionViewData. Will throw an error when trying to cast from an unsupported type.
Parameters
| Name | Type | Description |
|---|---|---|
| other | DataContainer | The instance to cast to PlayerInteractionViewData. |
Static members
typeInfo
The type information for the PlayerInteractionViewData type.
Last modified April 26, 2020: Update frostbite type documentation (8b14351c)