SpecialMovesComponentData

Inherits from ComponentData

Summary

Constructors

SpecialMovesComponentData()
SpecialMovesComponentData(guid: Guid)
SpecialMovesComponentData(other: ComponentData)
SpecialMovesComponentData(other: GameObjectData)
SpecialMovesComponentData(other: GameDataContainer)
SpecialMovesComponentData(other: DataContainer)

Properties

Name Type
vaultOverHighState SpecialMoveStateData
vaultUpHighState SpecialMoveStateData
vaultOverLowState SpecialMoveStateData
sprintToProneState SpecialMoveStateData
deathState SpecialMoveStateData
specialAnimationState SpecialMoveStateData
indexedDeathStates SpecialMoveStateData[]
indexedSpecialAnimationStates SpecialMoveStateData[]
indexedVaultOverHighStates SpecialMoveVaultStateCriteria[]
indexedVaultUpStates SpecialMoveVaultStateCriteria[]
indexedVaultOverLowStates SpecialMoveVaultStateCriteria[]
binding SpecialMovesBinding

Static members

Name Type
SpecialMovesComponentData.typeInfo TypeInformation

Constructors

SpecialMovesComponentData

SpecialMovesComponentData()

Creates a new SpecialMovesComponentData frostbite instance.

SpecialMovesComponentData

SpecialMovesComponentData(guid: Guid)

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

Parameters

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

SpecialMovesComponentData

SpecialMovesComponentData(other: ComponentData)

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

Parameters

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

SpecialMovesComponentData

SpecialMovesComponentData(other: GameObjectData)

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

Parameters

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

SpecialMovesComponentData

SpecialMovesComponentData(other: GameDataContainer)

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

Parameters

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

SpecialMovesComponentData

SpecialMovesComponentData(other: DataContainer)

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

Parameters

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

Properties

vaultOverHighState

SpecialMoveStateData

vaultUpHighState

SpecialMoveStateData

vaultOverLowState

SpecialMoveStateData

sprintToProneState

SpecialMoveStateData

deathState

SpecialMoveStateData

specialAnimationState

SpecialMoveStateData

indexedDeathStates

SpecialMoveStateData[]

indexedSpecialAnimationStates

SpecialMoveStateData[]

indexedVaultOverHighStates

SpecialMoveVaultStateCriteria[]

indexedVaultUpStates

SpecialMoveVaultStateCriteria[]

indexedVaultOverLowStates

SpecialMoveVaultStateCriteria[]

binding

SpecialMovesBinding

Static members

typeInfo

TypeInformation

The type information for the SpecialMovesComponentData type.

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