PresenceServerBrowserServiceData
Inherits from PresenceServiceData
Summary
Constructors
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
listCapacity
int
Static members
typeInfo
The type information for the PresenceServerBrowserServiceData type.