SoldierMovementSequenceData

Inherits from MovementActionData

Summary

Constructors

SoldierMovementSequenceData()
SoldierMovementSequenceData(guid: Guid)
SoldierMovementSequenceData(other: MovementActionData)
SoldierMovementSequenceData(other: DataContainer)

Properties

Name Type
recordedInput RecordedInputData | nil
inputRecordingIndex int
ignoreRecordingIndexFilter bool
reportWhenFinished bool

Static members

Name Type
SoldierMovementSequenceData.typeInfo TypeInformation

Constructors

SoldierMovementSequenceData

SoldierMovementSequenceData()

Creates a new SoldierMovementSequenceData frostbite instance.

SoldierMovementSequenceData

SoldierMovementSequenceData(guid: Guid)

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

Parameters

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

SoldierMovementSequenceData

SoldierMovementSequenceData(other: MovementActionData)

Casts an instance of type MovementActionData to SoldierMovementSequenceData. Will throw an error when trying to cast from an unsupported type.

Parameters

Name Type Description
other MovementActionData The instance to cast to SoldierMovementSequenceData.

SoldierMovementSequenceData

SoldierMovementSequenceData(other: DataContainer)

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

Parameters

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

Properties

recordedInput

RecordedInputData | nil

inputRecordingIndex

int

ignoreRecordingIndexFilter

bool

reportWhenFinished

bool

Static members

typeInfo

TypeInformation

The type information for the SoldierMovementSequenceData type.

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