OrderEntityData

Inherits from EntityData

Summary

Constructors

OrderEntityData()
OrderEntityData(guid: Guid)
OrderEntityData(other: EntityData)
OrderEntityData(other: GameObjectData)
OrderEntityData(other: GameDataContainer)
OrderEntityData(other: DataContainer)

Properties

Name Type
debugName string
issueOrderDelay float
onCompleteTimeOut float
onFailedTimeOut float
readinessOnStart ReadinessLevel
enabled bool

Static members

Name Type
OrderEntityData.typeInfo TypeInformation

Constructors

OrderEntityData

OrderEntityData()

Creates a new OrderEntityData frostbite instance.

OrderEntityData

OrderEntityData(guid: Guid)

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

Parameters

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

OrderEntityData

OrderEntityData(other: EntityData)

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

Parameters

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

OrderEntityData

OrderEntityData(other: GameObjectData)

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

Parameters

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

OrderEntityData

OrderEntityData(other: GameDataContainer)

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

Parameters

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

OrderEntityData

OrderEntityData(other: DataContainer)

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

Parameters

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

Properties

debugName

string

issueOrderDelay

float

onCompleteTimeOut

float

onFailedTimeOut

float

readinessOnStart

ReadinessLevel

enabled

bool

Static members

typeInfo

TypeInformation

The type information for the OrderEntityData type.

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