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