RoundOverEntityData
Inherits from EntityData
Summary
Constructors
| RoundOverEntityData() |
| RoundOverEntityData(guid: Guid) |
| RoundOverEntityData(other: EntityData) |
| RoundOverEntityData(other: GameObjectData) |
| RoundOverEntityData(other: GameDataContainer) |
| RoundOverEntityData(other: DataContainer) |
Properties
| Name | Type |
|---|---|
| team | TeamId |
Static members
| Name | Type |
|---|---|
| RoundOverEntityData.typeInfo | TypeInformation |
Constructors
RoundOverEntityData
RoundOverEntityData()
Creates a new RoundOverEntityData frostbite instance.
RoundOverEntityData
RoundOverEntityData(guid: Guid)
Creates a new RoundOverEntityData frostbite instance and assigns it the provided Guid.
Parameters
| Name | Type | Description |
|---|---|---|
| guid | Guid | The Guid to assign to the newly created instance. |
RoundOverEntityData
RoundOverEntityData(other: EntityData)
Casts an instance of type EntityData to RoundOverEntityData. Will throw an error when trying to cast from an unsupported type.
Parameters
| Name | Type | Description |
|---|---|---|
| other | EntityData | The instance to cast to RoundOverEntityData. |
RoundOverEntityData
RoundOverEntityData(other: GameObjectData)
Casts an instance of type GameObjectData to RoundOverEntityData. Will throw an error when trying to cast from an unsupported type.
Parameters
| Name | Type | Description |
|---|---|---|
| other | GameObjectData | The instance to cast to RoundOverEntityData. |
RoundOverEntityData
RoundOverEntityData(other: GameDataContainer)
Casts an instance of type GameDataContainer to RoundOverEntityData. Will throw an error when trying to cast from an unsupported type.
Parameters
| Name | Type | Description |
|---|---|---|
| other | GameDataContainer | The instance to cast to RoundOverEntityData. |
RoundOverEntityData
RoundOverEntityData(other: DataContainer)
Casts an instance of type DataContainer to RoundOverEntityData. Will throw an error when trying to cast from an unsupported type.
Parameters
| Name | Type | Description |
|---|---|---|
| other | DataContainer | The instance to cast to RoundOverEntityData. |
Properties
team
Static members
typeInfo
The type information for the RoundOverEntityData type.