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