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