PlayerTakeOverTriggerEntityData

Inherits from GameEntityData

Summary

Constructors

PlayerTakeOverTriggerEntityData()
PlayerTakeOverTriggerEntityData(guid: Guid)
PlayerTakeOverTriggerEntityData(other: GameEntityData)
PlayerTakeOverTriggerEntityData(other: SpatialEntityData)
PlayerTakeOverTriggerEntityData(other: EntityData)
PlayerTakeOverTriggerEntityData(other: GameObjectData)
PlayerTakeOverTriggerEntityData(other: GameDataContainer)
PlayerTakeOverTriggerEntityData(other: DataContainer)

Properties

Name Type
teamId TeamId
timeToLoseControl float

Static members

Name Type
PlayerTakeOverTriggerEntityData.typeInfo TypeInformation

Constructors

PlayerTakeOverTriggerEntityData

PlayerTakeOverTriggerEntityData()

Creates a new PlayerTakeOverTriggerEntityData frostbite instance.

PlayerTakeOverTriggerEntityData

PlayerTakeOverTriggerEntityData(guid: Guid)

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

Parameters

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

PlayerTakeOverTriggerEntityData

PlayerTakeOverTriggerEntityData(other: GameEntityData)

Casts an instance of type GameEntityData to PlayerTakeOverTriggerEntityData. Will throw an error when trying to cast from an unsupported type.

Parameters

Name Type Description
other GameEntityData The instance to cast to PlayerTakeOverTriggerEntityData.

PlayerTakeOverTriggerEntityData

PlayerTakeOverTriggerEntityData(other: SpatialEntityData)

Casts an instance of type SpatialEntityData to PlayerTakeOverTriggerEntityData. Will throw an error when trying to cast from an unsupported type.

Parameters

Name Type Description
other SpatialEntityData The instance to cast to PlayerTakeOverTriggerEntityData.

PlayerTakeOverTriggerEntityData

PlayerTakeOverTriggerEntityData(other: EntityData)

Casts an instance of type EntityData to PlayerTakeOverTriggerEntityData. Will throw an error when trying to cast from an unsupported type.

Parameters

Name Type Description
other EntityData The instance to cast to PlayerTakeOverTriggerEntityData.

PlayerTakeOverTriggerEntityData

PlayerTakeOverTriggerEntityData(other: GameObjectData)

Casts an instance of type GameObjectData to PlayerTakeOverTriggerEntityData. Will throw an error when trying to cast from an unsupported type.

Parameters

Name Type Description
other GameObjectData The instance to cast to PlayerTakeOverTriggerEntityData.

PlayerTakeOverTriggerEntityData

PlayerTakeOverTriggerEntityData(other: GameDataContainer)

Casts an instance of type GameDataContainer to PlayerTakeOverTriggerEntityData. Will throw an error when trying to cast from an unsupported type.

Parameters

Name Type Description
other GameDataContainer The instance to cast to PlayerTakeOverTriggerEntityData.

PlayerTakeOverTriggerEntityData

PlayerTakeOverTriggerEntityData(other: DataContainer)

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

Parameters

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

Properties

teamId

TeamId

timeToLoseControl

float

Static members

typeInfo

TypeInformation

The type information for the PlayerTakeOverTriggerEntityData type.

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