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