CharacterSocketListAsset

Inherits from Asset

Summary

Constructors

CharacterSocketListAsset()
CharacterSocketListAsset(guid: Guid)
CharacterSocketListAsset(other: Asset)
CharacterSocketListAsset(other: DataContainer)

Properties

Name Type
gameplaySockets SocketData[]
rigidVisualSockets SocketData[]
skinnedVisualSockets SocketData[]

Static members

Name Type
CharacterSocketListAsset.typeInfo TypeInformation

Constructors

CharacterSocketListAsset

CharacterSocketListAsset()

Creates a new CharacterSocketListAsset frostbite instance.

CharacterSocketListAsset

CharacterSocketListAsset(guid: Guid)

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

Parameters

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

CharacterSocketListAsset

CharacterSocketListAsset(other: Asset)

Casts an instance of type Asset to CharacterSocketListAsset. Will throw an error when trying to cast from an unsupported type.

Parameters

Name Type Description
other Asset The instance to cast to CharacterSocketListAsset.

CharacterSocketListAsset

CharacterSocketListAsset(other: DataContainer)

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

Parameters

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

Properties

gameplaySockets

SocketData[]

rigidVisualSockets

SocketData[]

skinnedVisualSockets

SocketData[]

Static members

typeInfo

TypeInformation

The type information for the CharacterSocketListAsset type.

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