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