PresenceLeaderboardServiceData

Inherits from PresenceServiceData

Summary

Constructors

PresenceLeaderboardServiceData()
PresenceLeaderboardServiceData(guid: Guid)
PresenceLeaderboardServiceData(other: PresenceServiceData)
PresenceLeaderboardServiceData(other: Asset)
PresenceLeaderboardServiceData(other: DataContainer)

Static members

Name Type
PresenceLeaderboardServiceData.typeInfo TypeInformation

Constructors

PresenceLeaderboardServiceData

PresenceLeaderboardServiceData()

Creates a new PresenceLeaderboardServiceData frostbite instance.

PresenceLeaderboardServiceData

PresenceLeaderboardServiceData(guid: Guid)

Creates a new PresenceLeaderboardServiceData frostbite instance and assigns it the provided Guid.

Parameters

Name Type Description
guid Guid The Guid to assign to the newly created instance.

PresenceLeaderboardServiceData

PresenceLeaderboardServiceData(other: PresenceServiceData)

Casts an instance of type PresenceServiceData to PresenceLeaderboardServiceData. Will throw an error when trying to cast from an unsupported type.

Parameters

Name Type Description
other PresenceServiceData The instance to cast to PresenceLeaderboardServiceData.

PresenceLeaderboardServiceData

PresenceLeaderboardServiceData(other: Asset)

Casts an instance of type Asset to PresenceLeaderboardServiceData. Will throw an error when trying to cast from an unsupported type.

Parameters

Name Type Description
other Asset The instance to cast to PresenceLeaderboardServiceData.

PresenceLeaderboardServiceData

PresenceLeaderboardServiceData(other: DataContainer)

Casts an instance of type DataContainer to PresenceLeaderboardServiceData. Will throw an error when trying to cast from an unsupported type.

Parameters

Name Type Description
other DataContainer The instance to cast to PresenceLeaderboardServiceData.

Static members

typeInfo

TypeInformation

The type information for the PresenceLeaderboardServiceData type.

Last modified April 26, 2020: Update frostbite type documentation (8b14351c)