RoundOverEvent

Inherits from MetricEvent

Summary

Constructors

RoundOverEvent()
RoundOverEvent(guid: Guid)
RoundOverEvent(other: MetricEvent)
RoundOverEvent(other: DataContainer)

Properties

Name Type
winningTeam int
ticketsLeft int

Static members

Name Type
RoundOverEvent.typeInfo TypeInformation

Constructors

RoundOverEvent

RoundOverEvent()

Creates a new RoundOverEvent frostbite instance.

RoundOverEvent

RoundOverEvent(guid: Guid)

Creates a new RoundOverEvent frostbite instance and assigns it the provided Guid.

Parameters

Name Type Description
guid Guid The Guid to assign to the newly created instance.

RoundOverEvent

RoundOverEvent(other: MetricEvent)

Casts an instance of type MetricEvent to RoundOverEvent. Will throw an error when trying to cast from an unsupported type.

Parameters

Name Type Description
other MetricEvent The instance to cast to RoundOverEvent.

RoundOverEvent

RoundOverEvent(other: DataContainer)

Casts an instance of type DataContainer to RoundOverEvent. Will throw an error when trying to cast from an unsupported type.

Parameters

Name Type Description
other DataContainer The instance to cast to RoundOverEvent.

Properties

winningTeam

int

ticketsLeft

int

Static members

typeInfo

TypeInformation

The type information for the RoundOverEvent type.

Last modified April 26, 2020: Update frostbite type documentation (8b14351c)