SoldierEntryComponentData
Inherits from EntryComponentData
Summary
Constructors
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
antEntryEnumeration
AntEnumeration | nil
alignConstraintsToEntity
bool
Static members
typeInfo
The type information for the SoldierEntryComponentData type.