PresenceServerBrowserServiceData

Inherits from PresenceServiceData

Summary

Constructors

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

Properties

Name Type
filterCriterias MatchmakingCriteria
listCapacity int

Static members

Name Type
PresenceServerBrowserServiceData.typeInfo TypeInformation

Constructors

PresenceServerBrowserServiceData

PresenceServerBrowserServiceData()

Creates a new PresenceServerBrowserServiceData frostbite instance.

PresenceServerBrowserServiceData

PresenceServerBrowserServiceData(guid: Guid)

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

Parameters

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

PresenceServerBrowserServiceData

PresenceServerBrowserServiceData(other: PresenceServiceData)

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

Parameters

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

PresenceServerBrowserServiceData

PresenceServerBrowserServiceData(other: Asset)

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

Parameters

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

PresenceServerBrowserServiceData

PresenceServerBrowserServiceData(other: DataContainer)

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

Parameters

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

Properties

filterCriterias

MatchmakingCriteria

listCapacity

int

Static members

typeInfo

TypeInformation

The type information for the PresenceServerBrowserServiceData type.

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