SocketData

Inherits from DataContainer

Summary

Constructors

SocketData()
SocketData(guid: Guid)
SocketData(other: DataContainer)

Properties

Name Type
boneRigidTransform LinearTransform
transform LinearTransform
unlockAsset UnlockAssetBase | nil
boneId int
boneName string
availableObjects SocketObjectDataBase[]
gearSlot GearSlot
socketType SocketType
usesDefaultObject bool
excluded bool
defaultEnableSocketEntities bool
forceSocketEntitiesEnabled bool
hideByZoomTransition bool
hideByLightToggle bool

Static members

Name Type
SocketData.typeInfo TypeInformation

Constructors

SocketData

SocketData()

Creates a new SocketData frostbite instance.

SocketData

SocketData(guid: Guid)

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

Parameters

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

SocketData

SocketData(other: DataContainer)

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

Parameters

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

Properties

boneRigidTransform

LinearTransform

transform

LinearTransform

unlockAsset

UnlockAssetBase | nil

boneId

int

boneName

string

availableObjects

SocketObjectDataBase[]

gearSlot

GearSlot

socketType

SocketType

usesDefaultObject

bool

excluded

bool

defaultEnableSocketEntities

bool

forceSocketEntitiesEnabled

bool

hideByZoomTransition

bool

hideByLightToggle

bool

Static members

typeInfo

TypeInformation

The type information for the SocketData type.

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