SoldierEntryComponentData

Inherits from EntryComponentData

Summary

Constructors

SoldierEntryComponentData()
SoldierEntryComponentData(guid: Guid)
SoldierEntryComponentData(other: EntryComponentData)
SoldierEntryComponentData(other: ComponentData)
SoldierEntryComponentData(other: GameObjectData)
SoldierEntryComponentData(other: GameDataContainer)
SoldierEntryComponentData(other: DataContainer)

Properties

Name Type
aimingConstraints AimingConstraintsData
antEntryEnumeration AntEnumeration | nil
alignConstraintsToEntity bool

Static members

Name Type
SoldierEntryComponentData.typeInfo TypeInformation

Constructors

SoldierEntryComponentData

SoldierEntryComponentData()

Creates a new SoldierEntryComponentData frostbite instance.

SoldierEntryComponentData

SoldierEntryComponentData(guid: Guid)

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

Parameters

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

SoldierEntryComponentData

SoldierEntryComponentData(other: EntryComponentData)

Casts an instance of type EntryComponentData to SoldierEntryComponentData. Will throw an error when trying to cast from an unsupported type.

Parameters

Name Type Description
other EntryComponentData The instance to cast to SoldierEntryComponentData.

SoldierEntryComponentData

SoldierEntryComponentData(other: ComponentData)

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

Parameters

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

SoldierEntryComponentData

SoldierEntryComponentData(other: GameObjectData)

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

Parameters

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

SoldierEntryComponentData

SoldierEntryComponentData(other: GameDataContainer)

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

Parameters

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

SoldierEntryComponentData

SoldierEntryComponentData(other: DataContainer)

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

Parameters

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

Properties

aimingConstraints

AimingConstraintsData

antEntryEnumeration

AntEnumeration | nil

alignConstraintsToEntity

bool

Static members

typeInfo

TypeInformation

The type information for the SoldierEntryComponentData type.

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