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