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