OnlineConfiguration
Inherits from Asset
Summary
Constructors
OnlineConfiguration() |
OnlineConfiguration(guid: Guid) |
OnlineConfiguration(other: Asset) |
OnlineConfiguration(other: DataContainer) |
Properties
Name | Type |
---|---|
backend | BackendType |
provider | OnlineProviderAsset | nil |
richPresence | RichPresenceData | nil |
chat | ChatSettings | nil |
Static members
Name | Type |
---|---|
OnlineConfiguration.typeInfo | TypeInformation |
Constructors
OnlineConfiguration
OnlineConfiguration()
Creates a new OnlineConfiguration frostbite instance.
OnlineConfiguration
OnlineConfiguration(guid: Guid)
Creates a new OnlineConfiguration frostbite instance and assigns it the provided Guid.
Parameters
Name | Type | Description |
---|---|---|
guid | Guid | The Guid to assign to the newly created instance. |
OnlineConfiguration
OnlineConfiguration(other: Asset)
Casts an instance of type Asset to OnlineConfiguration. Will throw an error when trying to cast from an unsupported type.
Parameters
Name | Type | Description |
---|---|---|
other | Asset | The instance to cast to OnlineConfiguration. |
OnlineConfiguration
OnlineConfiguration(other: DataContainer)
Casts an instance of type DataContainer to OnlineConfiguration. Will throw an error when trying to cast from an unsupported type.
Parameters
Name | Type | Description |
---|---|---|
other | DataContainer | The instance to cast to OnlineConfiguration. |
Properties
backend
provider
OnlineProviderAsset | nil
richPresence
RichPresenceData | nil
chat
ChatSettings | nil
Static members
typeInfo
The type information for the OnlineConfiguration type.
Last modified April 26, 2020: Update frostbite type documentation (8b14351c)