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