SimpleMovementActionData

Inherits from SimpleMovementActionBaseData

Summary

Constructors

SimpleMovementActionData()
SimpleMovementActionData(guid: Guid)
SimpleMovementActionData(other: SimpleMovementActionBaseData)
SimpleMovementActionData(other: MovementActionData)
SimpleMovementActionData(other: DataContainer)

Properties

Name Type
level float
action EntryInputActionEnum
specialAnimationIndex int
respawn bool
teleport bool

Static members

Name Type
SimpleMovementActionData.typeInfo TypeInformation

Constructors

SimpleMovementActionData

SimpleMovementActionData()

Creates a new SimpleMovementActionData frostbite instance.

SimpleMovementActionData

SimpleMovementActionData(guid: Guid)

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

Parameters

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

SimpleMovementActionData

SimpleMovementActionData(other: SimpleMovementActionBaseData)

Casts an instance of type SimpleMovementActionBaseData to SimpleMovementActionData. Will throw an error when trying to cast from an unsupported type.

Parameters

Name Type Description
other SimpleMovementActionBaseData The instance to cast to SimpleMovementActionData.

SimpleMovementActionData

SimpleMovementActionData(other: MovementActionData)

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

Parameters

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

SimpleMovementActionData

SimpleMovementActionData(other: DataContainer)

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

Parameters

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

Properties

level

float

action

EntryInputActionEnum

specialAnimationIndex

int

respawn

bool

teleport

bool

Static members

typeInfo

TypeInformation

The type information for the SimpleMovementActionData type.

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