FallingStateData

Inherits from CharacterStateData

Summary

Constructors

FallingStateData()
FallingStateData(guid: Guid)
FallingStateData(other: CharacterStateData)
FallingStateData(other: DataContainer)

Static members

Name Type
FallingStateData.typeInfo TypeInformation

Constructors

FallingStateData

FallingStateData()

Creates a new FallingStateData frostbite instance.

FallingStateData

FallingStateData(guid: Guid)

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

Parameters

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

FallingStateData

FallingStateData(other: CharacterStateData)

Casts an instance of type CharacterStateData to FallingStateData. Will throw an error when trying to cast from an unsupported type.

Parameters

Name Type Description
other CharacterStateData The instance to cast to FallingStateData.

FallingStateData

FallingStateData(other: DataContainer)

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

Parameters

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

Static members

typeInfo

TypeInformation

The type information for the FallingStateData type.

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