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