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