AILocoComponentData

Inherits from ComponentData

Summary

Constructors

AILocoComponentData()
AILocoComponentData(guid: Guid)
AILocoComponentData(other: ComponentData)
AILocoComponentData(other: GameObjectData)
AILocoComponentData(other: GameDataContainer)
AILocoComponentData(other: DataContainer)

Properties

Name Type
binding AILocoBinding
vaultBinding AILocoVaultBinding
coverBinding AILocoCoverBinding
wantedYaw float
animationEntitySpacePriority int

Static members

Name Type
AILocoComponentData.typeInfo TypeInformation

Constructors

AILocoComponentData

AILocoComponentData()

Creates a new AILocoComponentData frostbite instance.

AILocoComponentData

AILocoComponentData(guid: Guid)

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

Parameters

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

AILocoComponentData

AILocoComponentData(other: ComponentData)

Casts an instance of type ComponentData to AILocoComponentData. Will throw an error when trying to cast from an unsupported type.

Parameters

Name Type Description
other ComponentData The instance to cast to AILocoComponentData.

AILocoComponentData

AILocoComponentData(other: GameObjectData)

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

Parameters

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

AILocoComponentData

AILocoComponentData(other: GameDataContainer)

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

Parameters

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

AILocoComponentData

AILocoComponentData(other: DataContainer)

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

Parameters

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

Properties

binding

AILocoBinding

vaultBinding

AILocoVaultBinding

coverBinding

AILocoCoverBinding

wantedYaw

float

animationEntitySpacePriority

int

Static members

typeInfo

TypeInformation

The type information for the AILocoComponentData type.

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