PresenceGameConfigurationServiceData

Inherits from PresenceServiceData

Summary

Constructors

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

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

OnlineEnvironmentConsoleUrl

Static members

typeInfo

TypeInformation

The type information for the PresenceGameConfigurationServiceData type.

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