TrackPlayerEntityData

Inherits from GameEntityData

Summary

Constructors

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

Properties

Name Type
snapHeightOffsetY float
randomizeTracker bool
snapHeightOnKilledDestroyed bool
checkPlayerAlive bool
enforceSharedCombatArea bool
updateFlagComponent bool
trackMultiplePlayers bool
reseted bool

Static members

Name Type
TrackPlayerEntityData.typeInfo TypeInformation

Constructors

TrackPlayerEntityData

TrackPlayerEntityData()

Creates a new TrackPlayerEntityData frostbite instance.

TrackPlayerEntityData

TrackPlayerEntityData(guid: Guid)

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

Parameters

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

TrackPlayerEntityData

TrackPlayerEntityData(other: GameEntityData)

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

Parameters

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

TrackPlayerEntityData

TrackPlayerEntityData(other: SpatialEntityData)

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

Parameters

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

TrackPlayerEntityData

TrackPlayerEntityData(other: EntityData)

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

Parameters

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

TrackPlayerEntityData

TrackPlayerEntityData(other: GameObjectData)

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

Parameters

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

TrackPlayerEntityData

TrackPlayerEntityData(other: GameDataContainer)

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

Parameters

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

TrackPlayerEntityData

TrackPlayerEntityData(other: DataContainer)

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

Parameters

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

Properties

snapHeightOffsetY

float

randomizeTracker

bool

snapHeightOnKilledDestroyed

bool

checkPlayerAlive

bool

enforceSharedCombatArea

bool

updateFlagComponent

bool

trackMultiplePlayers

bool

reseted

bool

Static members

typeInfo

TypeInformation

The type information for the TrackPlayerEntityData type.

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