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