ShootOrderEntityData

Inherits from BFOrderEntityData

Summary

Constructors

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

Properties

Name Type
strengthType StrengthType
pose PoseType
shootType ShootType
preferAlternativeWeapon bool
completeWhenHumanIsSensed bool
cycleTargets bool
randomTargetOrder bool

Static members

Name Type
ShootOrderEntityData.typeInfo TypeInformation

Constructors

ShootOrderEntityData

ShootOrderEntityData()

Creates a new ShootOrderEntityData frostbite instance.

ShootOrderEntityData

ShootOrderEntityData(guid: Guid)

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

Parameters

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

ShootOrderEntityData

ShootOrderEntityData(other: BFOrderEntityData)

Casts an instance of type BFOrderEntityData to ShootOrderEntityData. Will throw an error when trying to cast from an unsupported type.

Parameters

Name Type Description
other BFOrderEntityData The instance to cast to ShootOrderEntityData.

ShootOrderEntityData

ShootOrderEntityData(other: OrderEntityData)

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

Parameters

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

ShootOrderEntityData

ShootOrderEntityData(other: EntityData)

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

Parameters

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

ShootOrderEntityData

ShootOrderEntityData(other: GameObjectData)

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

Parameters

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

ShootOrderEntityData

ShootOrderEntityData(other: GameDataContainer)

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

Parameters

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

ShootOrderEntityData

ShootOrderEntityData(other: DataContainer)

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

Parameters

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

Properties

strengthType

StrengthType

pose

PoseType

shootType

ShootType

preferAlternativeWeapon

bool

completeWhenHumanIsSensed

bool

cycleTargets

bool

randomTargetOrder

bool

Static members

typeInfo

TypeInformation

The type information for the ShootOrderEntityData type.

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