BoneFakePhysicsData

Inherits from DataContainer

Summary

Constructors

BoneFakePhysicsData()
BoneFakePhysicsData(guid: Guid)
BoneFakePhysicsData(other: DataContainer)

Properties

Name Type
fakePhysics FakePhysicsData | nil
boneName string
boneId int

Static members

Name Type
BoneFakePhysicsData.typeInfo TypeInformation

Constructors

BoneFakePhysicsData

BoneFakePhysicsData()

Creates a new BoneFakePhysicsData frostbite instance.

BoneFakePhysicsData

BoneFakePhysicsData(guid: Guid)

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

Parameters

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

BoneFakePhysicsData

BoneFakePhysicsData(other: DataContainer)

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

Parameters

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

Properties

fakePhysics

FakePhysicsData | nil

boneName

string

boneId

int

Static members

typeInfo

TypeInformation

The type information for the BoneFakePhysicsData type.

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