SoldierEntityInteractionComponentData

Inherits from EntityInteractionComponentData

Summary

Constructors

SoldierEntityInteractionComponentData()
SoldierEntityInteractionComponentData(guid: Guid)
SoldierEntityInteractionComponentData(other: EntityInteractionComponentData)
SoldierEntityInteractionComponentData(other: ComponentData)
SoldierEntityInteractionComponentData(other: GameObjectData)
SoldierEntityInteractionComponentData(other: GameDataContainer)
SoldierEntityInteractionComponentData(other: DataContainer)

Static members

Name Type
SoldierEntityInteractionComponentData.typeInfo TypeInformation

Constructors

SoldierEntityInteractionComponentData

SoldierEntityInteractionComponentData()

Creates a new SoldierEntityInteractionComponentData frostbite instance.

SoldierEntityInteractionComponentData

SoldierEntityInteractionComponentData(guid: Guid)

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

Parameters

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

SoldierEntityInteractionComponentData

SoldierEntityInteractionComponentData(other: EntityInteractionComponentData)

Casts an instance of type EntityInteractionComponentData to SoldierEntityInteractionComponentData. Will throw an error when trying to cast from an unsupported type.

Parameters

Name Type Description
other EntityInteractionComponentData The instance to cast to SoldierEntityInteractionComponentData.

SoldierEntityInteractionComponentData

SoldierEntityInteractionComponentData(other: ComponentData)

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

Parameters

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

SoldierEntityInteractionComponentData

SoldierEntityInteractionComponentData(other: GameObjectData)

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

Parameters

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

SoldierEntityInteractionComponentData

SoldierEntityInteractionComponentData(other: GameDataContainer)

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

Parameters

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

SoldierEntityInteractionComponentData

SoldierEntityInteractionComponentData(other: DataContainer)

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

Parameters

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

Static members

typeInfo

TypeInformation

The type information for the SoldierEntityInteractionComponentData type.

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