BlazeServerBackendData

Inherits from ServerBackendData

Summary

Constructors

BlazeServerBackendData()
BlazeServerBackendData(guid: Guid)
BlazeServerBackendData(other: ServerBackendData)
BlazeServerBackendData(other: Asset)
BlazeServerBackendData(other: DataContainer)

Properties

Name Type
createParameters BlazeCreateGameParameters
configUrl OnlineEnvironmentConsoleUrl

Static members

Name Type
BlazeServerBackendData.typeInfo TypeInformation

Constructors

BlazeServerBackendData

BlazeServerBackendData()

Creates a new BlazeServerBackendData frostbite instance.

BlazeServerBackendData

BlazeServerBackendData(guid: Guid)

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

Parameters

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

BlazeServerBackendData

BlazeServerBackendData(other: ServerBackendData)

Casts an instance of type ServerBackendData to BlazeServerBackendData. Will throw an error when trying to cast from an unsupported type.

Parameters

Name Type Description
other ServerBackendData The instance to cast to BlazeServerBackendData.

BlazeServerBackendData

BlazeServerBackendData(other: Asset)

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

Parameters

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

BlazeServerBackendData

BlazeServerBackendData(other: DataContainer)

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

Parameters

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

Properties

createParameters

BlazeCreateGameParameters

configUrl

OnlineEnvironmentConsoleUrl

Static members

typeInfo

TypeInformation

The type information for the BlazeServerBackendData type.

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