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