SpecialMovesComponentData
Inherits from ComponentData
Summary
Constructors
Properties
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
vaultUpHighState
vaultOverLowState
sprintToProneState
deathState
specialAnimationState
indexedDeathStates
indexedSpecialAnimationStates
indexedVaultOverHighStates
indexedVaultUpStates
indexedVaultOverLowStates
binding
Static members
typeInfo
The type information for the SpecialMovesComponentData type.