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