JumpStateData

Inherits from CharacterStateData

Summary

Constructors

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

Properties

Name Type
jumpHeight float
jumpEffectSize float

Static members

Name Type
JumpStateData.typeInfo TypeInformation

Constructors

JumpStateData

JumpStateData()

Creates a new JumpStateData frostbite instance.

JumpStateData

JumpStateData(guid: Guid)

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

Parameters

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

JumpStateData

JumpStateData(other: CharacterStateData)

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

Parameters

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

JumpStateData

JumpStateData(other: DataContainer)

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

Parameters

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

Properties

jumpHeight

float

jumpEffectSize

float

Static members

typeInfo

TypeInformation

The type information for the JumpStateData type.

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