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