ObjectiveEntityData

Inherits from GameEntityData

Summary

Constructors

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

Properties

Name Type
objectiveBriefSid string
objectiveSid string
hudData MissionObjectiveHudData | nil
objectiveType ObjectiveType
displayTime float
delayTime float
squadId SquadId
teamId TeamId
successSid string
reciever MessageReciever
retriggerSuccessOnShowObjective bool
tutorial bool
displaySuccess bool

Static members

Name Type
ObjectiveEntityData.typeInfo TypeInformation

Constructors

ObjectiveEntityData

ObjectiveEntityData()

Creates a new ObjectiveEntityData frostbite instance.

ObjectiveEntityData

ObjectiveEntityData(guid: Guid)

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

Parameters

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

ObjectiveEntityData

ObjectiveEntityData(other: GameEntityData)

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

Parameters

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

ObjectiveEntityData

ObjectiveEntityData(other: SpatialEntityData)

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

Parameters

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

ObjectiveEntityData

ObjectiveEntityData(other: EntityData)

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

Parameters

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

ObjectiveEntityData

ObjectiveEntityData(other: GameObjectData)

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

Parameters

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

ObjectiveEntityData

ObjectiveEntityData(other: GameDataContainer)

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

Parameters

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

ObjectiveEntityData

ObjectiveEntityData(other: DataContainer)

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

Parameters

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

Properties

objectiveBriefSid

string

objectiveSid

string

hudData

MissionObjectiveHudData | nil

objectiveType

ObjectiveType

displayTime

float

delayTime

float

squadId

SquadId

teamId

TeamId

successSid

string

reciever

MessageReciever

retriggerSuccessOnShowObjective

bool

tutorial

bool

displaySuccess

bool

Static members

typeInfo

TypeInformation

The type information for the ObjectiveEntityData type.

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