MovementActionRandomizerData

Inherits from MovementActionData

Summary

Constructors

MovementActionRandomizerData()
MovementActionRandomizerData(guid: Guid)
MovementActionRandomizerData(other: MovementActionData)
MovementActionRandomizerData(other: DataContainer)

Properties

Name Type
actions MovementActionData[]
reinsertIntoRandomizedListAfterUse bool

Static members

Name Type
MovementActionRandomizerData.typeInfo TypeInformation

Constructors

MovementActionRandomizerData

MovementActionRandomizerData()

Creates a new MovementActionRandomizerData frostbite instance.

MovementActionRandomizerData

MovementActionRandomizerData(guid: Guid)

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

Parameters

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

MovementActionRandomizerData

MovementActionRandomizerData(other: MovementActionData)

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

Parameters

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

MovementActionRandomizerData

MovementActionRandomizerData(other: DataContainer)

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

Parameters

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

Properties

actions

MovementActionData[]

reinsertIntoRandomizedListAfterUse

bool

Static members

typeInfo

TypeInformation

The type information for the MovementActionRandomizerData type.

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